mirror of
https://github.com/chatmail/relay.git
synced 2026-06-09 21:21:09 +00:00
2b90f7db37
See <https://docs.python.org/3/library/asyncio-eventloop.html#executing-code-in-thread-or-process-pools> for the documentation. This should avoid processing of large messages from hogging asyncio thread and delaying async operations like accepting new connections.