Commit cf0668b2 authored by David Wilson's avatar David Wilson

docs: Add warning to preloading section.

parent fb759f7c
......@@ -604,6 +604,11 @@ Import Preloading
.. currentmodule:: mitogen.core
.. warning::
Preloading is not yet implemented: modules are presently still requested
one per round-trip.
To further avoid round-trips, when a module or package is requested by a child,
its bytecode is scanned in the master to find all the module's
:keyword:`import` statements, and of those, which associated modules appear to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment