We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Task#defer_stop
1 parent 42d7c00 commit ae3395bCopy full SHA for ae3395b
lib/async/task.rb
@@ -255,6 +255,7 @@ def stop(later = false)
255
# If stop is invoked a second time, it will be immediately executed.
256
#
257
# @yields {} The block of code to execute.
258
+ # @public Since `stable-v1`.
259
def defer_stop
260
# Tri-state variable for controlling stop:
261
# - nil: defer_stop has not been called.
0 commit comments