Method: Async::Variable#wait
- Defined in:
- lib/async/variable.rb
permalink #wait ⇒ Object
Wait for the value to be resolved.
49 50 51 52 |
# File 'lib/async/variable.rb', line 49 def wait @condition&.wait return @value end |
Wait for the value to be resolved.
49 50 51 52 |
# File 'lib/async/variable.rb', line 49 def wait @condition&.wait return @value end |