TaskSubmitter

Action to submit user task

Constructors

this
this(Executor executor, Runnable action)
Undocumented in source.

Members

Functions

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

Variables

action
Runnable action;
Undocumented in source.
executor
Executor executor;
Undocumented in source.

Meta