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