DelayedCompleter

Action to complete on timeout

  1. class DelayedCompleter(U)
    final
    class DelayedCompleter : Runnable(
    U
    ) if (
    !is(U == void)
    ) {}
  2. class DelayedCompleter(U)

Constructors

this
this(CompletableFuture!(U) f, U u)
Undocumented in source.

Members

Functions

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

Variables

f
CompletableFuture!(U) f;
Undocumented in source.
u
U u;
Undocumented in source.

Meta