Marcello Galhardo
12/21/2022, 2:25 PMandroid.os.Handler
|| java.util.concurrent.Executor
, is there any Coroutines interoperability APIs that would let me call them from a suspend function and connect the Handler/Executor with the CoroutineScope or help with it somehow?Marcello Galhardo
12/21/2022, 2:29 PMexecutor.asCoroutineDispatcher()
handler.asCoroutineDispatcher()