This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients crenwick, yselivanov
Date 2017-04-18.22:51:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492555918.49.0.793264198628.issue30098@psf.upfronthosting.co.za>
In-reply-to
Content
`asyncio.run_coroutine_threadsafe` was't designed to be compatible with `asyncio.ensure_future`. It should be used to run a coroutine in an event loop from another thread. You shouldn't need to await on the future it returns.
History
Date User Action Args
2017-04-18 22:51:58yselivanovsetrecipients: + yselivanov, crenwick
2017-04-18 22:51:58yselivanovsetmessageid: <1492555918.49.0.793264198628.issue30098@psf.upfronthosting.co.za>
2017-04-18 22:51:58yselivanovlinkissue30098 messages
2017-04-18 22:51:58yselivanovcreate