Join Slack
Powered by
Would a `message` posting by `Dipatchers.Main` alr...
# coroutines
l
lesincs
11/25/2021, 12:22 AM
Would a
message
posting by
Dipatchers.Main
already in
message queue
but not be picked by
Looper
will be removed from the
message queue
if the coroutine is canceled?
z
Zach Klippenstein (he/him) [MOD]
11/25/2021, 8:15 PM
If you're directly posting a raw message, I don't see how it could - platform-specific message queues don't know anything about coroutines, and coroutines wouldn't have any way of knowing if you interacted with some other message queue system.
3
Views
Open in Slack
Previous
Next