You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/mitogen
David Wilson 0481c08beb Ensure _run_defer() fully executes at least once before shutdown
Without this, it's possible for Waker to be start_received() after the
shutdown signal has already been sent, resulting in 5 second delay
during shutdown.

Additionally mask EBADF during os.write() to waker's write side.
Necessary since nothing synchronizes writer threads from the broker
thread during shutdown. Could be done with a lock instead, but this is
cheaper.
7 years ago
..
ansible Fix stale references to m.master.connect & m.ssh.connect 7 years ago
compat Initial commit. 7 years ago
__init__.py issue #9: log warning when a cross-sibling CALL_FUNCTION occurs 7 years ago
core.py Ensure _run_defer() fully executes at least once before shutdown 7 years ago
fakessh.py docs: move fakessh docs into Sphinx. 7 years ago
master.py importer: Delete _get_module_via_parent entirely 7 years ago
ssh.py Add missing auth_incorrect_msg used to in exception message 7 years ago
sudo.py Fix context naming for sudo and via=. 7 years ago
tcp.py Add missing LOG import 7 years ago
utils.py docs: move mitogen.utils docs to Sphinx. 7 years ago