]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio: Add an event loop policy to allow creation on any thread
authorBen Darnell <ben@bendarnell.com>
Sun, 31 Dec 2017 19:56:56 +0000 (14:56 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 31 Dec 2017 21:38:53 +0000 (16:38 -0500)
commit5560b7a7ee62c0ec93baed8629c5da08b93e6715
tree17d3cbfc8fec402191ac5b4517a688f75e95c7f5
parentdbcfcdc5a163b1a32fd639d450e3aa14213dae2a
asyncio: Add an event loop policy to allow creation on any thread

Fixes #2183
tornado/platform/asyncio.py
tornado/test/asyncio_test.py