Beispiel #1
0
def reader_set_tolerant(loop, sock):
    """Configure a registered reader to ignore errors. If you do not set this,
    then readers that have errors are removed from the reactor silently."""
    return C.zloop_reader_set_tolerant(loop, sock)