fdb.future

Undocumented in source.

Members

Aliases

BreakableForEachCallback
alias BreakableForEachCallback = void delegate(Record record, out bool breakLoop)
Undocumented in source.
CompletionCallback
alias CompletionCallback = void delegate(Exception ex)
Undocumented in source.
ForEachCallback
alias ForEachCallback = void delegate(Record record)
Undocumented in source.
FutureCallback
alias FutureCallback(V) = void delegate(Exception ex, V value)
Undocumented in source.
KeyFutureCallback
alias KeyFutureCallback = FutureCallback!Key
Undocumented in source.
KeyValueFutureCallback
alias KeyValueFutureCallback = FutureCallback!RecordRange
Undocumented in source.
StringFutureCallback
alias StringFutureCallback = FutureCallback!(string[])
Undocumented in source.
ValueFutureCallback
alias ValueFutureCallback = FutureCallback!Value
Undocumented in source.
VersionFutureCallback
alias VersionFutureCallback = FutureCallback!ulong
Undocumented in source.
VoidFutureCallback
alias VoidFutureCallback = void delegate(Exception ex)
Undocumented in source.

Classes

FDBFutureBase
class FDBFutureBase(C, V)
Undocumented in source.
FunctionFuture
class FunctionFuture(alias fun, bool pool = true, Args...)
Undocumented in source.
FutureBase
class FutureBase(V)
Undocumented in source.
FutureException
class FutureException
Undocumented in source.
KeyFuture
class KeyFuture
Undocumented in source.
KeyValueFuture
class KeyValueFuture
Undocumented in source.
StringFuture
class StringFuture
Undocumented in source.
ValueFuture
class ValueFuture
Undocumented in source.
VersionFuture
class VersionFuture
Undocumented in source.
VoidFuture
class VoidFuture
Undocumented in source.
WatchFuture
class WatchFuture
Undocumented in source.

Functions

await
void await(F futures)
Undocumented in source. Be warned that the author may not have intended to support it.
createFuture
auto createFuture(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
createFuture
auto createFuture(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
startOrCreateFuture
auto startOrCreateFuture(Args args, C callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta