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 5ef94eb3e2 issue #456: loosen Waker.defer() shutdown test a little
Allow messages to continue being queued during the shutdown period,
right up until the final loop iteration, even though this is racy, as
too many things depend on .defer() during exit right now.

This doesn't hurt the spirit of the check: it still catches the worst
situation where $user accidentally shut down Broker then tried to
continue using it.
6 years ago
.ci tests: pin idna to last supporting 2.6-compat version. 6 years ago
.github .github: suggest file attachments for large logs 6 years ago
ansible_mitogen issue #426: tighten up PushFileService types. 6 years ago
docs core: Receiver.close() now wakes all threads; closes #446. 6 years ago
examples examples: add Select lifetimes to example. 6 years ago
mitogen issue #456: loosen Waker.defer() shutdown test a little 6 years ago
tests tests: stray socket file left during unix_test. 6 years ago
.gitignore Add venvs/ to gitignore 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml Turn on Travis build notifcations, but send them to IRC. 6 years ago
LICENSE Add license text everywhere. 7 years ago
README.md Add cute demo GIF to README.md. 6 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 6 years ago
preamble_size.py add --dump to preamble_size.py. 6 years ago
run_tests Pythonize, split out and parallelize all jobs. 6 years ago
setup.cfg Ignore another annoying flake8 message. 7 years ago
setup.py Update trove classifiers. 6 years ago
tox.ini Add tests/ansible/requirements.txt to Tox. 6 years ago

README.md