is supporting suspending getters something on the ...
# coroutines
d
is supporting suspending getters something on the horizon? also, is there any workaround or we must completely avoid properties if we want the to do some suspendable calculations (for the "property")?
d
I'd go for
Atomic
data structures, if your data is primitive. Otherwise try using
@Synchronized
.