fdb-d ~master (2015-02-10T00:34:26Z)
Dub
Repo
FunctionFuture
fdb
future
Undocumented in source.
shared
class
FunctionFuture : FutureBase!(ReturnType!fun),
IDisposable
(
alias
fun
bool
pool
= true
Args
...
) {
alias
V
=
ReturnType
!
fun
;
alias
T
=
Task
!(
fun
,
ParameterTypeTuple
!
fun
)*
;
this
(Args args);
void
dispose
();
shared
(
V
)
await
();
}
Constructors
this
this
(Args args)
Undocumented in source.
Members
Aliases
T
alias
T
=
Task
!(
fun
,
ParameterTypeTuple
!
fun
)*
Undocumented in source.
V
alias
V
=
ReturnType
!
fun
Undocumented in source.
Functions
await
shared
(
V
)
await
()
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From IDisposable
dispose
void
dispose
()
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