Just came across `Unsupported [suspend function ty...
# coroutines
h
Just came across
Unsupported [suspend function type with value parameters]
in some code like
c: suspend MyController<T>.(T) -> Unit
. Is this restriction likely to be lifted and is there a simple explanation of its reasons?