gpg-lacre/lacre
Piotr F. Mieszkowski 91969dbfbb Re-use the same Event Loop for each coroutine
Function asyncio.run creates a new event loop each time it's called and
executes coroutine in that new loop.  However, we want all our coroutines to
be executed from the same event loop, so we acquire a loop when lacre.daemon
starts and then use it to execute them later.

See: Disroot/gpg-lacre#109
2022-10-29 16:54:58 +02:00
..
__init__.py Move gpg-mailgate.py logic to lacre.mailgate module 2022-06-11 21:00:42 +02:00
config.py Simplify code, improve log entries, add comments 2022-10-22 11:23:17 +02:00
core.py Add a test for message with PGP inline markers that's not encrypted 2022-10-22 21:29:59 +02:00
daemon.py Re-use the same Event Loop for each coroutine 2022-10-29 16:54:58 +02:00
keyring.py Re-use the same Event Loop for each coroutine 2022-10-29 16:54:58 +02:00
mailop.py Simplify code, improve log entries, add comments 2022-10-22 11:23:17 +02:00
text.py Add a test for message with PGP inline markers that's not encrypted 2022-10-22 21:29:59 +02:00