Beispiel #1
0
def recv(actor):
    """Receive a zmsg message from the actor. Returns NULL if the actor
    was interrupted before the message could be received, or if there
    was a timeout on the actor."""
    return C.zactor_recv(actor)