toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.utils
/
ThreadRef
/
runOnThreadReturningFuture
run
On
Thread
Returning
Future
fun
<
V
,
E
>
runOnThreadReturningFuture
(
action
:
(
)
->
Future
<
V
,
E
>
)
:
Future
<
V
,
E
>
Runs the specified action on this thread, returning a
Future
to the original thread.