ZIO
Python and C++ interface to ZeroMQ and Zyre
|
Go to the source code of this file.
Namespaces | |
zio.domo.zhelpers | |
Functions | |
def | zio.domo.zhelpers.socket_set_hwm (socket, hwm=-1) |
def | zio.domo.zhelpers.dump (msg_or_socket) |
def | zio.domo.zhelpers.set_id (zsocket) |
def | zio.domo.zhelpers.zpipe (ctx) |
def | zio.domo.zhelpers.encode_message (parts) |
def | zio.domo.zhelpers.decode_message (encoded) |
def | zio.domo.zhelpers.serverish_recv (sock, args, kwds) |
def | zio.domo.zhelpers.serverish_send (sock, cid, msg, args, kwds) |
def | zio.domo.zhelpers.clientish_recv (sock, args, kwds) |
def | zio.domo.zhelpers.clientish_send (sock, msg, args, kwds) |