It's a problem since the `Handler` that executes t...
# coroutines
c
It's a problem since the
Handler
that executes the message containing the call to
performSomeWorkOnTheUI
may dequeue and execute the message after
onPause
has happened.