The type of the futures that the underlying task runner supports.
The type of the futures that the underlying task runner supports.
Returns string formatted according to given format string.
Returns string formatted according to given format string.
Format strings are as for String.format
(@see java.lang.String.format).
An implicit conversion from futures to zero-parameter functions.
An implicit conversion from futures to zero-parameter functions.
Submits a task to run which returns its result in a future.
Submits a task to run which returns its result in a future.
(Since version 2.10.0) Use blocking instead.
The
ThreadPoolRunnertrait uses ajava.util.concurrent.ExecutorServiceto run submitted tasks.(Since version 2.10.0) Use
ExecutionContextinstead.