toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot.ability
/
asDelayableFuture
as
Delayable
Future
fun
<
T
>
Deferred
<
T
>
.
asDelayableFuture
(
scope
:
CoroutineScope
)
:
DelayableCompletableFuture
<
T
>
(
source
)
提供一个
CoroutineScope
, 将一个
Deferred
转化为
DelayableCompletableFuture
。