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
main_task was introduced so that even if others_task fails, we still wait for the program to complete; however we need to kill the main program in such cases.
if other_task throws an exception, but the parent coroutine is waiting for main_task, it deadlocks.
The text was updated successfully, but these errors were encountered: