121 122 123
# File 'lib/concurrent/futures.rb', line 121 def lazy( &block ) Thunk.new( Lazy.new( &block ) ) end