async 2.27.3 → 2.27.4
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 +2 -1
- 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: 2231cc467de066011727840c1b920b6e5b73e3e3f93c1e899a63b029386e8d71
|
4
|
+
data.tar.gz: 2b6b38402df6fe44e6c00409263e336df91adc2ad99262e905227e8dbd60138d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1f5963baf4efecc92493ac6199e196360688a076eaaa8dbd77aa836baab7ef0f5d9fa42753052e078ec9617f6d9536411f62978000b2c9453390a81a67ac352
|
7
|
+
data.tar.gz: f2729d26181a95a16ed26b8ed561c95249ae9a10f5ee952adab944327e97cc5eac7c940bf943f3ce8ba74e7f1ec927ec644427dd0f0eb9849762a38d4e18de47
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/async/scheduler.rb
CHANGED
@@ -583,7 +583,8 @@ module Async
|
|
583
583
|
# @yields {|task| ...} Executed within the task.
|
584
584
|
# @returns [Task] The task that was scheduled into the reactor.
|
585
585
|
def async(*arguments, **options, &block)
|
586
|
-
|
586
|
+
# Since this method is called by `run`, this warning is too excessive:
|
587
|
+
# warn("Async::Scheduler#async is deprecated. Use `run` or `Task#async` instead.", uplevel: 1, category: :deprecated) if $VERBOSE
|
587
588
|
|
588
589
|
Kernel.raise ClosedError if @selector.nil?
|
589
590
|
|
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.27.4
|
39
|
+
|
40
|
+
- Suppress excessive warning in `Async::Scheduler#async`.
|
41
|
+
|
38
42
|
### v2.27.3
|
39
43
|
|
40
44
|
- Ensure trace attributes are strings, fixes integration with OpenTelemetry.
|
@@ -84,10 +88,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
|
|
84
88
|
|
85
89
|
- [Worker Pool](https://socketry.github.io/async/releases/index#worker-pool)
|
86
90
|
|
87
|
-
### v2.20.0
|
88
|
-
|
89
|
-
- [Traces and Metrics Providers](https://socketry.github.io/async/releases/index#traces-and-metrics-providers)
|
90
|
-
|
91
91
|
## See Also
|
92
92
|
|
93
93
|
- [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
|