afd.rs |
|
8434 |
event.rs |
|
4539 |
handle.rs |
|
670 |
io_status_block.rs |
|
882 |
iocp.rs |
Bindings to IOCP, I/O Completion Ports |
9205 |
mod.rs |
|
4204 |
named_pipe.rs |
|
37783 |
net.rs |
|
3667 |
overlapped.rs |
|
873 |
selector.rs |
All the events the user is interested in are already being monitored by
the pending poll operation. It might spuriously complete because of an
event that we're no longer interested in; when that happens we'll submit
a new poll operation with the updated event mask. |
25024 |
tcp.rs |
|
1824 |
udp.rs |
|
1493 |
waker.rs |
|
598 |