method
await
rails latest stable - Class:
ActiveSupport::Concurrency::Latch
await()public
No documentation available.
# File activesupport/lib/active_support/concurrency/latch.rb, line 14
def await
wait(nil)
end await()No documentation available.
# File activesupport/lib/active_support/concurrency/latch.rb, line 14
def await
wait(nil)
end