Libraries
»
async_flow
(0.1.1)
»
Index
»
Airflow
»
Future
»
#value
Method: Airflow::Future#value
Defined in:
lib/async_flow/future.rb
#
value
⇒
Object
12 13 14 15
# File 'lib/async_flow/future.rb', line 12
def
value
@task
.
wait
@result
end