Method: Async::Scheduler#yield
- Defined in:
- lib/async/scheduler.rb
permalink #yield ⇒ Object
Yield the current fiber and resume it on the next iteration of the event loop.
171 172 173 |
# File 'lib/async/scheduler.rb', line 171 def yield @selector.yield end |