core / pragma.jobs / BackgroundManager / fireAndForget /

fireAndForget #

abstract fun fireAndForget(block: suspend CoroutineScope.() -> Unit)

Runs the block of code in the background. Will not wait for results.

Parameters #

block

Block of code to be executed.