Kris Wong
01/10/2020, 6:45 PMKris Wong
01/10/2020, 6:53 PMKavan
01/10/2020, 7:31 PMKavan
01/10/2020, 7:32 PMBrendan Weinstein
01/11/2020, 7:05 AMval someVal = atomic("hello")
//value of someVal is now "hello"
launch(Dispatchers.Default) {
someVal.value = "world"
}
//value of someVal is now "world"