> Everything happening inside the async should ...
# coroutines
g
Everything happening inside the async should be visible to everything happening after the async
My reading of java concurrency in practice is that this is not accurate
j
firstly, it should be a
var
. wouldn't the
join
guarantee that? at least for the
Thread.join
case. this is also assuming that the top level stuff in Kotlin works like a static class under the hood.