index
:
distributed-test
master
Testing the algorithm from http://antirez.com/news/71
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testapp.py
blob: 914aa9d945cb40c9c594f0bd00db3d4d574b9306 (
plain
)
1
2
3
4
5
6
from app.distprocess import DistProcess d = DistProcess() d.start() d.loop.run()