`suspend fun yourMethod(): Whatever = async(dispat...
# coroutines
g
suspend fun yourMethod(): Whatever = async(dispatcher, this::coroutineWorkload).also { jobs += it }.await()