| 
    ZIO
    
   Python and C++ interface to ZeroMQ and Zyre 
   | 
 
Functions | |
| def | client_actor (ctx, pipe, args) | 
| def | test_broker () | 
Variables | |
| string | server_address = "tcp://127.0.0.1:5679" | 
Test flow broker with example handler
| def test_broker.client_actor | ( | ctx, | |
| pipe, | |||
| args | |||
| ) | 
Definition at line 15 of file test_broker.py.
| def test_broker.test_broker | ( | ) | 
Definition at line 42 of file test_broker.py.
| string test_broker.server_address = "tcp://127.0.0.1:5679" | 
Definition at line 13 of file test_broker.py.
 1.8.13