Type Alias compio_driver::RawFd 
source · pub type RawFd = RawHandle;Expand description
On windows, handle and socket are in the same size. Both of them could be attached to an IOCP. Therefore, both could be seen as fd.
pub type RawFd = RawHandle;On windows, handle and socket are in the same size. Both of them could be attached to an IOCP. Therefore, both could be seen as fd.