fdb-d ~master (2015-02-10T00:34:26Z)
Dub
Repo
FutureBase
fdb
future
Undocumented in source.
shared
class
FutureBase (
V
) {
protected
static if
(
!is(V == void)
)
V
value
;
protected
Exception
exception
;
shared
(
V
)
await
();
}
Members
Functions
await
shared
(
V
)
await
()
Undocumented in source.
Variables
exception
Exception
exception
;
Undocumented in source.
value
V
value
;
Undocumented in source.
Meta
Source
See Implementation
fdb
future
aliases
BreakableForEachCallback
CompletionCallback
ForEachCallback
FutureCallback
KeyFutureCallback
KeyValueFutureCallback
StringFutureCallback
ValueFutureCallback
VersionFutureCallback
VoidFutureCallback
classes
FDBFutureBase
FunctionFuture
FutureBase
FutureException
KeyFuture
KeyValueFuture
StringFuture
ValueFuture
VersionFuture
VoidFuture
WatchFuture
functions
await
createFuture
startOrCreateFuture