long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
actors
/
org.artofdev.actors
/
ThreadExecutor
Thread
Executor
class
ThreadExecutor
<
R
>
(
autoStart
:
Boolean
=
false
,
block
:
(
)
->
R
)
Members
Constructors
Thread
Executor
Link copied to clipboard
constructor
(
autoStart
:
Boolean
=
false
,
block
:
(
)
->
R
)
Functions
get
Result
Link copied to clipboard
fun
getResult
(
)
:
R
is
Finished
Link copied to clipboard
fun
isFinished
(
)
:
Boolean
start
Link copied to clipboard
fun
start
(
)
wait
For
Finished
Link copied to clipboard
fun
waitForFinished
(
timeoutMs
:
Long
)
:
R