class FDB::FutureNil

Public Instance Methods

wait() click to toggle source
# File lib/fdbimpl.rb, line 396
def wait
  block_until_ready
  FDBC.check_error FDBC.fdb_future_get_error(@fpointer)
end