'structured concurrent `trio`-"actors"'
https://github.com/goodboy/tractor
1bd5582d8a
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 |
||
---|---|---|
tests | ||
tractor | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
requirements-test.txt | ||
setup.py |
README.md
tractor
async, multicore, distributed Python built on trio