simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot.ability
/
asDelayableFuture
as
Delayable
Future
fun
<
T
>
Deferred
<
T
>
.
asDelayableFuture
(
scope
:
CoroutineScope
)
:
DelayableCompletableFuture
<
T
>
提供一个
CoroutineScope
, 将一个
Deferred
转化为
DelayableCompletableFuture
。