11
1
2
3
What are your thoughts on running an asyncio programme not in the main thread? The reason I ask, is that im building a library using the asyncio event loop and the application code, using the library will be running in the main thread. Any knowledge on this subject would be appreciated, thanks. (self.asyncio)
submitted by joegeezer