Skip to content

Commit 8d63d7f

Browse files
authored
Correct comment about when blocking_operation_wait() was released (#380)
1 parent 47929b4 commit 8d63d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/worker_pool.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class WorkerPool
1414
module BlockingOperationWait
1515
# Wait for the given work to be executed.
1616
#
17-
# @public Since *Async v2.19* and *Ruby v3.4*.
17+
# @public Since *Async v2.21* and *Ruby v3.4*.
1818
# @asynchronous May be non-blocking.
1919
#
2020
# @parameter work [Proc] The work to execute on a background thread.

0 commit comments

Comments
 (0)