Esempio n. 1
0
def createClientSocketMessageChannel(callbackScheduler, sock):
    allSockets_.append(sock)
    return SharedStateNative.ClientSocketMessageChannel(
        callbackScheduler, sock.fileno())