forked from goodboy/tractor
1
0
Fork 0
tractor/tractor
Tyler Goodlet 1bd5582d8a Register each actor using its unique ID tuple
This allows for registering more then one actor with the same "name"
when you have multiple actors fulfilling the same role. Eventually
we'll need support for looking up all actors registered under a given
"service name" (or whatever we decide to call it).

Also, a fix to the arbiter such that each new instance refers to a
separate `_registry` dict (found an issue with duplicate names during
testing).

Resolves #7
2018-08-07 14:03:01 -04:00
..
__init__.py Drop the "main" task via kwarg idea 2018-08-02 15:24:28 -04:00
_actor.py Register each actor using its unique ID tuple 2018-08-07 14:03:01 -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 Reorg everything into private modules 2018-07-14 16:09:05 -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