Method: Async::Variable#resolved?
- Defined in:
- lib/async/variable.rb
permalink #resolved? ⇒ Boolean
Whether the value has been resolved.
42 43 44 |
# File 'lib/async/variable.rb', line 42 def resolved? @condition.nil? end |
Whether the value has been resolved.
42 43 44 |
# File 'lib/async/variable.rb', line 42 def resolved? @condition.nil? end |