facebookexperimental / facebookexperimental/libunifex
Add Windows IOCP-based I/O executor
Open
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 210
- PR merge metrics
- No merged PRs in 30d
Description
Implement a simple single-threaded event loop that uses Win32 IOCP to dispatch async I/O completion events so that we can build and run examples that do file I/O on the Windows platform.
We can borrow some of the implementation details from cppcoro's io_service class.
Contributor guide
Assessment
This issue has not been assessed yet.