forked from goodboy/tractor
1
0
Fork 0
tractor/tractor
Tyler Goodlet 3f0c644768 Add `tractor.wait_for_actor()` helper
Allows for waiting on another actor (by name) to register with the
arbiter. This makes synchronized actor spawning and consecutive task
coordination easier to accomplish from within sub-actors.

Resolves #31
2018-08-12 23:59:19 -04:00
..
__init__.py Add `tractor.wait_for_actor()` helper 2018-08-12 23:59:19 -04:00
_actor.py Add `tractor.wait_for_actor()` helper 2018-08-12 23:59:19 -04:00
_forkserver_hackzorz.py Drop legacy write_unsigned() 2018-08-07 14:02:42 -04:00
_ipc.py Drop `Channel.aiter_recv()` 2018-08-07 14:03:01 -04:00
_portal.py Manage a `multiprocessing.forkserver` manually 2018-08-04 18:15:24 -04:00
_state.py Add `tractor.wait_for_actor()` helper 2018-08-12 23:59:19 -04:00
_trionics.py Drop needless tuple unpack 2018-08-04 18:15:24 -04:00
log.py Reorg everything into private modules 2018-07-14 16:09:05 -04:00