I’m having some trouble trying to select on a clos...
# coroutines
m
I’m having some trouble trying to select on a closeable channel. I get told that
onReceiveOrNull
is deprecated and I should use the identically named extension function. “Deprecated in favor of onReceiveOrClosed and onReceiveOrNull extension”