Distributed self-replicating programs in Python
Go to file
David Wilson d7d40f1123 issue #76: reduce Context duplication during unpickling
When unpickling a context, arrange for there to be a single instance
representing that context, managed by the corresponding router. This
context_by_id() was already in use by parent.py, it just needs to move
down.

This to eventually reach the point where a single Context exists that
needs 'disconnect' fired on it, so all sleeping receivers are definitely
woken.
2018-10-23 22:16:09 +01:00
.github
.travis
ansible_mitogen
docs
examples
mitogen
tests
.gitignore
.lgtm.yml
.travis.yml
LICENSE
README.md
dev_requirements.txt
preamble_size.py
run_tests
setup.cfg
setup.py
tox.ini

README.md