'structured concurrent `trio`-"actors"'
https://github.com/goodboy/tractor
fa6f8185b6
Fail gracefully (by "aborting") the same way `trio` does. This avoids ugly sub-proc tracebacks thrown at the console. Unset the local actor when `tractor._main` completes. Cancel all tasks for a peer channel on disconnect. |
||
---|---|---|
piker | ||
tests | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
tractor
async, multicore, distributed Python built on trio