DelayedCompleter

Action to complete on timeout

  1. class DelayedCompleter(U)
  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.

Inherited Members

From Runnable

run
void run()

When an object implementing interface <code>Runnable</code> is used to create a thread, starting the thread causes the object's <code>run</code> method to be called in that separately executing thread. <p> The general contract of the method <code>run</code> is that it may take any action whatsoever.

Meta