296 297 298
# File 'lib/fibril/core.rb', line 296 def await(*args, &block) ::Fibril.current.await(*args, &block) end