sdk
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.coroutines
/
Coroutines
/
callSuspend
call
Suspend
abstract
fun
<
T
>
callSuspend
(
scope
:
CoroutineScope
,
caller
:
suspend
(
)
->
T
)
:
Deferred
<
T
>
调用kotlin的挂起函数
Receiver
Return
Parameters
caller
需要调用的函数
Type Parameters
T
返回值类型