Join Slack
Powered by
<@U0ZFBBUBU> without some sort of visibility fence...
# coroutines
m
mp
04/20/2018, 12:31 AM
@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).
Open in Slack
Previous
Next