get

fun get(): ResultT

Wait for the task to finish it is a blocking call, if using it inside coroutine or suspended function use await instead

Return

ResultT if succeeded , or crash if job failed, if you don't care about resultT check getOrNull