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
`Loop` destructor marks all loop handles dead, so any further `poll`
requests fail (they currently panic, but should probably return an
error).
Also `Loop` destructor unparks all tasks waiting for IO on self.
It has no effect on tasks bound to self event loop, but tasks running
on different executors call `poll` right afterwards, so they
immediately fail instead of hanging.
0 commit comments