CallbackHandle

Undocumented in source.

Members

Functions

cancel
void cancel()

Cancel the call. If the callback is already cancelled or executed, this method has no effect.

cancelled
bool cancelled()

Return $(D_KEYWORD true) if the callback was cancelled.

opCall
void opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCallImpl
void opCallImpl()
Undocumented in source.

Meta