reactormonk
05/16/2024, 1:52 PMhandleCall(): Result = ...
interface to implement, how would I invoke suspend functions in there? Via runBlocking
?streetsofboston
05/16/2024, 1:56 PMrunBlocking
is your friend.kevin.cianfarini
05/16/2024, 1:56 PMrunBlocking
from another suspending function can result in deadlockreactormonk
05/16/2024, 1:56 PMZach Klippenstein (he/him) [MOD]
05/16/2024, 6:22 PMreactormonk
05/17/2024, 2:48 PMThread
API?Zach Klippenstein (he/him) [MOD]
05/20/2024, 2:58 AM