Method: FDB::LazyFuture#initialize

Defined in:
lib/fdbimpl.rb

#initialize(fpointer) ⇒ LazyFuture

Returns a new instance of LazyFuture.



423
424
425
426
427
# File 'lib/fdbimpl.rb', line 423

def initialize(fpointer)
  super(fpointer)
  @set = false
  @value = nil
end