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 ee0f21d57f core: remove Queue locking from broker loop.
Move defer handling out of Broker and into Waker (where it belongs?).
Now the lock must only be taken if Waker was actually woken.

Knocks 400-item run_hostname_100_times from 10.62s to 10.05s (-5.3%).
7 years ago
ansible_mitogen issue #106: ansible: beginnings of FileService. 7 years ago
docs docs: fix reading time tracking :( 7 years ago
examples issue #152: reproduction for second problem 7 years ago
mitogen core: remove Queue locking from broker loop. 7 years ago
tests tests: Import .local() latency test 7 years ago
.gitignore Some gitignore extras 7 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml tests: set MITOGEN_LOG_LEVEL=debug in .travis.yml too. 7 years ago
LICENSE Add license text everywhere. 7 years ago
README.md README: move testing bits into tests directory. 7 years ago
dev_requirements.txt Add Google Cloud client to dev requirements 7 years ago
preamble_size.py issue #155: parent: move master.Context into parent. 7 years ago
setup.cfg Initial flake8 configuration. 7 years ago
setup.py setup: Scan project dir to find packages 7 years ago
test.sh Remove testlib.py from test.sh. 7 years ago
tox.ini tests: Add Tox config for Python 2.6 and 2.7 7 years ago

README.md