FDBFutureBase

Undocumented in source.

Constructors

this
this(FutureHandle fh, Transaction tr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

await
shared(V) await(C callbackFunc)
Undocumented in source. Be warned that the author may not have intended to support it.
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.
extractValue
V extractValue(SFH fh, SE err)
Undocumented in source.
start
auto start(C callbackFunc)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

futureReady
void futureReady(SFH f, SF thiz)
Undocumented in source. Be warned that the author may not have intended to support it.
worker
void worker(SFH f, SF thiz)
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