method
await
v5.0.0.1 -
Show 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