rook
04/29/2019, 7:49 PMwithContext(Dispatchers.Default)
over async
? Is withContext
more optimal, somehow?serebit
04/29/2019, 7:50 PMasync { }.await()
. Having the two function calls is unnecessary if you aren’t storing the Deferred and having it awaited elsewhererook
04/29/2019, 7:51 PMawait()
call, thanks!louiscad
04/29/2019, 8:21 PMwithContext
.rook
04/29/2019, 8:49 PMgildor
04/29/2019, 11:22 PM