Could someone point me to an explanation on why we...
# coroutines
v
Could someone point me to an explanation on why we need the implicit
c: Continuation<T>
parameter in a suspending function? Why cant a more explicit approach be used (for example via a field in the controller)? I am looking for a comparison of all options and a corresponding discussion. I wasn't able to find it in the issues. Thanks in advance