CoCompletion

A Completion delegating to a BiCompletion

Constructors

this
this(BiCompletion base)
Undocumented in source.

Members

Functions

isLive
bool isLive()
Undocumented in source. Be warned that the author may not have intended to support it.
tryFire
AbstractCompletableFuture tryFire(int mode)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
BiCompletion base;
Undocumented in source.

Inherited Members

From Completion

next
Completion next;
Undocumented in source.
tryFire
AbstractCompletableFuture tryFire(int mode)

Performs completion action if triggered, returning a dependent that may need propagation, if one exists.

isLive
bool isLive()

Returns true if possibly still triggerable. Used by cleanStack.

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
exec
bool exec()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta