• D
    unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects. · ef554ef9
    Damien George 提交于
    This mechanism will scale to to an arbitrary number of pollable objects, so
    long as they implement the MP_STREAM_GET_FILENO ioctl.  Since ussl objects
    pass through ioctl requests transparently to the underlying socket object,
    it will allow ussl sockets to be polled.  And a user object with uio.IOBase
    as a base could support polling.
    ef554ef9
modusocket.c 20.7 KB