Bee
02/27/2021, 3:21 PMrunBlocking
and coroutineScope
, which I put into this question. Could someone help me with it, please?Zach Klippenstein (he/him) [MOD]
02/27/2021, 5:16 PMrunBlocking
is for running coroutine code from a non-suspend functions. It’s not a suspend function itself. coroutineScope
is a suspend function and can only be called from other suspend functions.