Sam Schilling
01/23/2020, 7:31 PMvar foo = "bar"
launch {
foo = "baz" // no need to worry about frozen foo since both actions are taken on the same thread
}
basher
01/23/2020, 8:33 PMrunBlocking
Sam Schilling
01/23/2020, 8:34 PMrunBlocking
because I need it to be asynchronousbasher
01/23/2020, 8:35 PMgildor
01/23/2020, 11:32 PM