groostav
suspend fun yourMethod(): Whatever = async(dispatcher, this::coroutineWorkload).also { jobs += it }.await()