<@U0ZFBBUBU> without some sort of visibility fence...
# coroutines
m
@groostav without some sort of visibility fence (e.g. a happens-before boundary from a
synchronized
unlock/acquire or volatile write/read pair), there is no guarantee that the changes made in
doMutation
will ever be visible to any other thread (e.g. the calling thread).