ZIO
Python and C++ interface to ZeroMQ and Zyre
python
tests
test_wedontknow.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
3
import
time
4
import
pyre
5
p1 = pyre.Pyre(
"p1"
)
6
p1.start()
7
p2 = pyre.Pyre(
"p2"
)
8
p2.start()
9
# https://github.com/zeromq/pyre/issues/145
10
time.sleep(1)
11
p1.stop()
12
p2.stop()
13
14
Generated by
1.8.13