Mirror of mitogen
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.
 
 
Go to file
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
7 years ago
docs Add warning to docs. 7 years ago
econtext Teach Router.add_handler() to kill a handler on context disconnect 7 years ago
examples Update for changed API 7 years ago
tests Somre more basic tests. 8 years ago
todo Broken SSH unit test. 8 years ago
.gitignore Initial .gitignore. 8 years ago
preamble_size.py Update preamble_size.py for recent API changes. 7 years ago
setup.py Python 2.4 compat in setup.py. 8 years ago