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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22df54e052923ca32021242839e09cc7150e8d6f63830f697ef43539b68100a0
4
- data.tar.gz: 3c0c69d9895f2b053550241d7987892b941d0ba2d6c45e98d30b57daf12bbb93
3
+ metadata.gz: b7ec9caa7a2e151195fa3da29d96fb2fe0f02399b89d17d93eeb7507667596ad
4
+ data.tar.gz: ed1548c91c789ef1ffbc268a1470cde4f1d1dc1ffed12678825e1d253b0a8d67
5
5
  SHA512:
6
- metadata.gz: 83b16606c2c1384b38e76dea9ba1b1edbb56009f7088ec35f093df662e3652e7c89eb75a65338216a3ad1d11358fa5f75bb0674fcd5b21339b363beebc86b7c5
7
- data.tar.gz: 7a68a7833652d477fb940f9fcc98fccc79d2934be1c0351b08e38bc255bf8c627a277d3475aa63df6c1e850938169feae526e9f9c3feae78af3067f7c74ffb73
6
+ metadata.gz: d8cc76cc2cc6f3a19ce94383b4123e83b9274a3431b9dc2fc71bfff62946ef3dbad0b4c8f4c607b3071d219b5efc73315d589b10e4467c26e60bbd48eb2c6103
7
+ data.tar.gz: b914c7f81337ce52ae1aadb42b43f0d702c94847ae0052d326ee510a57c87517b957b5c0fd70988d9b08d4d9f061348b93dceaaf194b3d19ab809eb45c0387f7
checksums.yaml.gz.sig CHANGED
Binary file
@@ -685,6 +685,7 @@ module Async
685
685
  @children = nil
686
686
  @selector = nil
687
687
  @timers = nil
688
+ @blocked = 0
688
689
 
689
690
  # Close the scheduler:
690
691
  Fiber.set_scheduler(nil)
data/lib/async/version.rb CHANGED
@@ -5,5 +5,5 @@
5
5
 
6
6
  # @namespace
7
7
  module Async
8
- VERSION = "2.43.0"
8
+ VERSION = "2.44.0"
9
9
  end
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
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v2.44.0
4
+
5
+ - Fixed scheduler cleanup after forking while other fibers are blocked.
6
+
3
7
  ## v2.43.0
4
8
 
5
9
  - Propagate cancellation causes through task trees so child tasks observe the original cancellation cause.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.43.0
4
+ version: 2.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file