tractor/tractor
Tyler Goodlet d2a01e8b81 Drop use of `trio.Event.clear()`
Just spin up new events instead; because apparently they're
so cheap (rolls eyes).

Resolves #78
2019-11-23 11:29:23 -05: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 Drop use of `trio.Event.clear()` 2019-11-23 11:29:23 -05:00
_discovery.py Move discovery functions to their own module 2019-03-24 11:37:11 -04:00
_exceptions.py Expose trio exceptions to `RemoteActorError` 2019-10-30 00:32:10 -04: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 Add nursery self-destruct logic on cancel failure 2019-11-22 17:11:48 -05: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