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 65df36895e issue #140: prevent duplicate watcher thread creation
When a Broker() is running with install_watcher=True, arrange for only
one watcher thread to exist for each target thread, and to reset the
mapping of watchers to targets after process fork.

This is probably the last change I want to make to the watcher feature
before deciding to rip it out, it may be more trouble than it is worth.
8 years ago
ansible_mitogen
docs tests: Add Tox config for Python 2.6 and 2.7 8 years ago
examples
mitogen issue #140: prevent duplicate watcher thread creation 8 years ago
tests tests: Fix no such option -o running FakeSsh.test_okay() 8 years ago
.gitignore
.lgtm.yml
.travis.yml
LICENSE
README.md
dev_requirements.txt tests: Add Tox config for Python 2.6 and 2.7 8 years ago
preamble_size.py
setup.cfg
setup.py setup: Scan project dir to find packages 8 years ago
test.sh
tox.ini tests: Add Tox config for Python 2.6 and 2.7 8 years ago

README.md