Would a `message` posting by `Dipatchers.Main` alr...
# coroutines
l
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
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.