'structured concurrent `trio`-"actors"' https://github.com/goodboy/tractor
Go to file
goodboy a51fbbcf9f
Merge pull request #28 from tgoodlet/reg_with_uid
Reg with uid and drop aiter_recv()
2018-08-07 15:07:34 -04:00
tests Add discovery testing 2018-08-07 14:30:25 -04:00
tractor Register each actor using its unique ID tuple 2018-08-07 14:03:01 -04:00
.gitignore Initial commit 2018-07-05 16:01:15 -04:00
.travis.yml Drop console logging 2018-08-02 16:29:01 -04:00
LICENSE Initial commit 2018-07-05 16:01:15 -04:00
README.md Initial commit 2018-07-05 16:01:15 -04:00
requirements-test.txt Add trio plugin for testing 2018-07-11 22:20:13 -04:00
setup.py Add trio framework classifier 2018-07-10 17:27:47 -04:00

README.md

tractor

async, multicore, distributed Python built on trio