tractor/tractor
Tyler Goodlet da4796749f Continue hacking the forkserver in Python 3.8
They got all fancy and added shared memory segment tracking and then
had to "generalize" the tracker name...hooray

Fixes #81
2019-10-15 22:37:47 -04:00
..
testing Flip tests to use `start_method` kwarg 2019-03-08 20:06:16 -05:00
__init__.py Require explicit marking of non async gen streaming funcs 2019-03-25 21:36:13 -04:00
_actor.py Validate stream functions at decorate time 2019-03-29 19:10:32 -04:00
_discovery.py Move discovery functions to their own module 2019-03-24 11:37:11 -04:00
_exceptions.py Change parent type 2019-01-12 17:55:28 -05:00
_forkserver_override.py Continue hacking the forkserver in Python 3.8 2019-10-15 22:37:47 -04:00
_ipc.py Require explicit marking of non async gen streaming funcs 2019-03-25 21:36:13 -04:00
_portal.py Provide each task's cancel scope to every `Context` 2019-03-23 23:31:26 -04:00
_spawn.py Continue hacking the forkserver in Python 3.8 2019-10-15 22:37:47 -04:00
_state.py Factor process creation into a separate factory 2019-03-05 18:52:19 -05:00
_streaming.py Validate stream functions at decorate time 2019-03-29 19:10:32 -04:00
_trionics.py Propagate `tractor.run()` logging level to subactors 2019-03-18 21:32:08 -04:00
log.py Oh, mypy... 2018-11-09 01:52:57 -05:00
msg.py Validate stream functions at decorate time 2019-03-29 19:10:32 -04:00