'structured concurrent `trio`-"actors"'
https://github.com/goodboy/tractor
1854471992
- steal from `trio` and add a `tractor_test` decorator - use a random arbiter port to avoid conflicts with locally running systems - add all the (obviously) hilarious readme tests - add a complex cancellation test which works with `trio.move_on_after()` |
||
---|---|---|
tests | ||
tractor | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements-test.txt | ||
setup.py |
README.md
tractor
async, multicore, distributed Python built on trio