It happens if the future you are waiting for compl...
# coroutines
e
It happens if the future you are waiting for completes before the
await
function performs
whenComplete
invocation. You can experience the same problem with a multi-threaded async if it is fast enough, too