-
Notifications
You must be signed in to change notification settings - Fork 570
Closed
Labels
Description
uvloop targets asyncio specifically but given that Tornado can use asyncio as the main event loop [1] [2] it looks like integrating the 3 (tornado + asyncio loop + uvloop) could be possible, and perhaps also fairly easily.
I haven't looked into uvloop code specifically but given that the tornado -> asyncio loop bridge is already in place in tornado's code, such an integration could already be possible in principle, in which case the proposal is to investigate how to "enable it" and document it (possibly in both projects).
sourcepirate