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.
mitogen/docs
David Wilson 20afa5b90c Latch v2: combined queue + one self-pipe-per-thread
Turns out it is far too easy to burn through available file descriptors,
so try something else: self-pipes are per thread, and only temporarily
associated with a Lack that wishes to sleep.

Reduce pointless locking by giving Latch its own queue, and removing
Queue.Queue() use in some places.

Temporarily undo merging of of Waker and Latch, let's do this one step
at a time.
6 years ago
..
_static docs: more getting started guide 6 years ago
_templates Initial commit. 6 years ago
images docs: way more appropriate image 6 years ago
Makefile docs: sphinx-autobuild default target. 6 years ago
api.rst docs: add Message documentation 6 years ago
conf.py docs: Use sphinx-programoutput plugin for preamble_size.py 6 years ago
docs-requirements.txt docs: Use sphinx-programoutput plugin for preamble_size.py 6 years ago
examples.rst docs: fix typo 6 years ago
getting_started.rst docs: waiting on multiple calls 6 years ago
howitworks.rst Latch v2: combined queue + one self-pipe-per-thread 6 years ago
index.rst Replace all calls to file() with open() 6 years ago
internals.rst Add mitogen.main() decorator mainly for docs and demo use. 6 years ago
shame.rst docs: Fix function name. 6 years ago
toc.rst Reorder table of contents. 6 years ago