Join Slack
Powered by
Just a though: What about adding a CoroutineScope ...
# community-support
p
Philip W
05/30/2023, 4:45 PM
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
2
Views
Open in Slack
Previous
Next