toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.runtime.internal.bolts
/
Task
/
call
call
open
fun
<
TResult
>
call
(
callable
:
Callable
<
TResult
>
,
executor
:
Executor
)
:
Task
<
TResult
>
Invokes the callable using the given executor, returning a Task to represent the operation.