Is there are any debug facilities for that? e.g. c...
# coroutines
a
Is there are any debug facilities for that? e.g. configuring that channels will throw exception after n minutes of suspension
d
You could try using
withTimeout
when you call the suspending functions.
a
it's too late 🙂 code is already written
Could be helpful to have some global system parameters which enables send() receive() timeout exceptions after a given timeout