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
Is it possible to toggle stack unwinding without printing error message to stderr?
I am working on a coroutine library and I want to manually unwind the stack when destroying coroutines. But now I could only use panic! to do the trick.