class Consumer::Yielder
Public Instance Methods
await()
click to toggle source
# File lib/coroutines/base.rb, line 16 def await Fiber.yield end
# File lib/coroutines/base.rb, line 16 def await Fiber.yield end