You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To write your own extensions to coroutines that may exhibit an additional behaviour when debug mode is enabled (stacktrace for cancellation exception subclasses, context markers and so on)
The text was updated successfully, but these errors were encountered:
We already have a notion of debug mode in our documentation, but we do not have an API to check whether the mode is enabled.
It can be useful in multiple scenarios:
ChildCancelledException
with no stack trace #2550)The text was updated successfully, but these errors were encountered: