AsyncSupply

Undocumented in source.

Constructors

this
this(CompletableFuture!(T) dep, Supplier!(T) fn)
Undocumented in source.

Members

Functions

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

Variables

dep
CompletableFuture!(T) dep;
Undocumented in source.
fn
Supplier!(T) fn;
Undocumented in source.

Meta