async 2.43.0 → 2.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/async/scheduler.rb +1 -0
- data/lib/async/version.rb +1 -1
- data/readme.md +4 -4
- data/releases.md +4 -0
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7ec9caa7a2e151195fa3da29d96fb2fe0f02399b89d17d93eeb7507667596ad
|
|
4
|
+
data.tar.gz: ed1548c91c789ef1ffbc268a1470cde4f1d1dc1ffed12678825e1d253b0a8d67
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8cc76cc2cc6f3a19ce94383b4123e83b9274a3431b9dc2fc71bfff62946ef3dbad0b4c8f4c607b3071d219b5efc73315d589b10e4467c26e60bbd48eb2c6103
|
|
7
|
+
data.tar.gz: b914c7f81337ce52ae1aadb42b43f0d702c94847ae0052d326ee510a57c87517b957b5c0fd70988d9b08d4d9f061348b93dceaaf194b3d19ab809eb45c0387f7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/async/scheduler.rb
CHANGED
data/lib/async/version.rb
CHANGED
data/readme.md
CHANGED
|
@@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
|
|
|
35
35
|
|
|
36
36
|
Please see the [project releases](https://socketry.github.io/async/releases/index) for all releases.
|
|
37
37
|
|
|
38
|
+
### v2.44.0
|
|
39
|
+
|
|
40
|
+
- Fixed scheduler cleanup after forking while other fibers are blocked.
|
|
41
|
+
|
|
38
42
|
### v2.43.0
|
|
39
43
|
|
|
40
44
|
- Propagate cancellation causes through task trees so child tasks observe the original cancellation cause.
|
|
@@ -74,10 +78,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
|
|
|
74
78
|
- Introduce `Task#wait_all` which recursively waits for all children and self, excepting the current task.
|
|
75
79
|
- Introduce `Task#join` as an alias for `Task#wait` for compatibility with `Thread#join` and similar interfaces.
|
|
76
80
|
|
|
77
|
-
### v2.35.3
|
|
78
|
-
|
|
79
|
-
- `Async::Clock` now implements `#as_json` and `#to_json` for nicer log formatting.
|
|
80
|
-
|
|
81
81
|
## See Also
|
|
82
82
|
|
|
83
83
|
- [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client/server.
|
data/releases.md
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|