Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows IOCP-based I/O executor #64

Open
lewissbaker opened this issue Jan 28, 2020 · 1 comment
Open

Add Windows IOCP-based I/O executor #64

lewissbaker opened this issue Jan 28, 2020 · 1 comment

Comments

@lewissbaker
Copy link
Contributor

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.

@Mrkol
Copy link

Mrkol commented Dec 16, 2021

How does this relate to #66?
Also, any chance of this getting some love in the nearest future? My hope is that one day unifex will have one single io_context like asio...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants