Kristian Frøhlich
fun CoroutineScope.doFireAndForget(arg: Argument) = launch { delay(5000) fireAndForgetSuspendFunction(arg) }