Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 229 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 229 Bytes

asyncio-selector-thread

Provide asyncio selector methods (add/remove_reader/writer) when asyncio itself doesn't (i.e. ProactorEventLoop).

This is initially extracted from tornado 6.1, which defined the AddThreadSelectorLoop.