PACECloudSDK
/
cloud.pace.sdk.utils
/
asyncBackground
async
Background
inline fun <
T
>
asyncBackground
(crossinline block: () ->
T
):
Deferred
<
T
>
Content copied to clipboard
Returns the future of an
async
coroutine on the Background context.