LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
platform-paper
/
dev.m1sk9.lunaticChat.paper
/
PerPlayerWorkQueue
/
submit
submit
fun
submit
(
playerId
:
UUID
,
work
:
suspend
(
)
->
Unit
)
(
source
)
Queues
work
behind anything already pending for
playerId
, unless their queue is full.