toggle menu
modelix.core
8.16.0
jvm
switch theme
search in API
model-client
/
org.modelix.model.client
/
SharedExecutors
Shared
Executors
jvm
object
SharedExecutors
Members
Properties
FIXED
Link copied to clipboard
jvm
@
JvmField
val
FIXED
:
ExecutorService
SCHEDULED
Link copied to clipboard
jvm
val
SCHEDULED
:
ScheduledExecutorService
Functions
fix
Delay
Link copied to clipboard
jvm
@
JvmStatic
fun
fixDelay
(
periodMs
:
Long
,
r
:
Runnable
)
:
ScheduledFuture
<
*
>
@
JvmStatic
fun
fixDelay
(
periodMs
:
Long
,
timeoutMs
:
Long
,
r
:
Runnable
)
:
ScheduledFuture
<
*
>
shutdown
All
Link copied to clipboard
jvm
fun
shutdownAll
(
)