Just a though: What about adding a CoroutineScope ...
# community-support
p
Just a though: What about adding a CoroutineScope to the WorkerExecutor? If you want to use coroutines in a WorkerAction, you need to use
runBlocking
. Is this usage okay, because it would block the current thread, or do you have another idea?
1