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/econtext
David Wilson 299d4a2e05 Teach Router.add_handler() to kill a handler on context disconnect
When a context's Stream is disconnected, now any reply_to handlers
waiting for that specific context will be cancelled, rather than hanging
until all pending handelrs are cancelled during Broker is torn down.

This is groundwork for a bunch of things, including moving connect() to
the Broker thread
8 years ago
..
ansible Rearrange docs, split connection methods into submodules. 10 years ago
compat "Ansible compatible" module loader. 10 years ago
__init__.py Tidy up docs. 8 years ago
core.py Teach Router.add_handler() to kill a handler on context disconnect 8 years ago
fakessh.py Move issue lists into GitHub. 8 years ago
master.py Teach Router.add_handler() to kill a handler on context disconnect 8 years ago
ssh.py Introduce econtext.core.Router, refactor everything 8 years ago
sudo.py Introduce econtext.core.Router, refactor everything 8 years ago
tcp.py Import incomplete econtext.tcp implementation. 10 years ago
utils.py Default log level should be INFO 8 years ago