AdaptedRunnable

Adapter for Runnables. This implements RunnableFuture to be compliant with AbstractExecutorService constraints when used in ForkJoinPool.

Constructors

this
this(Runnable runnable, T result)
Undocumented in source.

Members

Functions

exec
bool exec()
Undocumented in source. Be warned that the author may not have intended to support it.
getRawResult
T getRawResult()
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.
setRawResult
void setRawResult(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

result
T result;
Undocumented in source.
runnable
Runnable runnable;
Undocumented in source.

Meta