Exemplo n.º 1
0
def wait(sock):
    """Wait on a signal. Use this to coordinate between threads, over pipe
    pairs. Blocks until the signal is received. Returns -1 on error, 0 or
    greater on success. Accepts a zsock_t or a zactor_t as argument."""
    return C.zsock_wait(sock)