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 e374f85888 Fix module loader deadlock
Stop using cPickle on the broker thread where it is not known whether
the pickle data would cause the import machinery to be invoked, which
currently relies on blocking calls. Huge mess but it works.

This is due to:

        context.call(some.module.func, another.module.func)

We stringify ("some.module", "func"), but the reference to
another.module.func is passed into the pickle machinery, and there's no
way to generically stringify all function references in user data for
reification on the main thread, without doing something like this
instead.
8 years ago
..
_static Revert "Fix messed up font on desktop." 9 years ago
_templates Hyperlinks. 10 years ago
Makefile Delete junk. 10 years ago
api.rst Add sudo factory to docs. 9 years ago
conf.py Reorient Sphinx layout to get subheadings in sidebar. 10 years ago
getting_started.rst Initial intro doc. 10 years ago
history.rst First draft of econtext/sudo.py. 9 years ago
howitworks.rst Fix module loader deadlock 8 years ago
index.rst Update module forwarder blurb. 9 years ago
internals.rst Rearrange docs, split connection methods into submodules. 10 years ago
toc.rst Reorient Sphinx layout to get subheadings in sidebar. 10 years ago