what is the reason for `suspend` not to be applica...
# coroutines
a
what is the reason for
suspend
not to be applicable on read-only (
val
) property ?
d
a
ok, as said in the ticket :
suspension might be a perfectly valid argument against using a property
I kinda agree with that... Need more thought about it... thx anyway !