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
restore preference for SelectorEventLoop on Windows (#513)
* restore preference for SelectorEventLoop on Windows
tornado should work better with Selector, even though 6.1 isn't *broken* with proactor.
Selector avoids the extra thread, which runs a Selector anyway.
* Tests should get the policy set before starting
Co-authored-by: Vidar Tonaas Fauske <[email protected]>
0 commit comments