Method: Concurrent::Futures::Promise#future

Defined in:
lib/concurrent/futures.rb

#futureObject



61
62
63
# File 'lib/concurrent/futures.rb', line 61

def future
  @future ||= Thunk.new self
end