forked from goodboy/tractor
- 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