lib/async/task.rb in async-1.27.0 vs lib/async/task.rb in async-1.28.0

- old
+ new

@@ -101,10 +101,10 @@ end # @attr ios [Reactor] The reactor the task was created within. attr :reactor - def_delegators :@reactor, :with_timeout, :timeout, :sleep + def_delegators :@reactor, :with_timeout, :sleep # Yield back to the reactor and allow other fibers to execute. def yield Task.yield{reactor.yield} end