-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <vidartf@gmail.com>
- Loading branch information
Showing
2 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters