polling/tests
John Nunley 24900fb662
m(windows): Reimplement Wepoll in Rust (#88)
Reimplements the C-based wepoll backend in Rust, using some handwritten code. This PR also implements bindings to the I/O Completion Ports and \Device\Afd APIs. For more information on the latter, see my blog post on the subject: https://notgull.github.io/device-afd/

Note that the IOCP API is wrapped using a `Pin`-oriented "CompletionHandle" system that is relatively brittle. This should be replaced with a better model when one becomes available.
2023-03-05 16:25:25 -08:00
..
concurrent_modification.rs m(windows): Reimplement Wepoll in Rust (#88) 2023-03-05 16:25:25 -08:00
io.rs m(windows): Reimplement Wepoll in Rust (#88) 2023-03-05 16:25:25 -08:00
notify.rs Fix warnings 2020-08-15 09:12:45 +02:00
other_modes.rs Add level and edge triggered modes to the poller (#59) 2022-12-30 14:43:47 -08:00
precision.rs m(windows): Reimplement Wepoll in Rust (#88) 2023-03-05 16:25:25 -08:00
timeout.rs Set timeout to 0 when non-blocking epoll_wait 2020-08-15 09:05:58 +02:00