forked from goodboy/tractor
Add full support for using the "spawn" process starting method as per: https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods Add a `spawn_method` argument to `tractor.run()` for specifying the desired method explicitly. By default use the "fastest" method available. On *nix systems this is the original "forkserver" method. This should be the solution to getting windows support! Resolves #60 |
||
|---|---|---|
| .. | ||
| testing | ||
| __init__.py | ||
| _actor.py | ||
| _exceptions.py | ||
| _forkserver_hackzorz.py | ||
| _ipc.py | ||
| _portal.py | ||
| _spawn.py | ||
| _state.py | ||
| _trionics.py | ||
| log.py | ||
| msg.py | ||