-
-
Notifications
You must be signed in to change notification settings - Fork 738
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
IOCP in Windows #24
Comments
We will support iocp in the future. : ) |
It seems that IOCP is only supported on Windows. I think to add it may reduce compatibility。 Correspondingly, there's I think a new, unified, abstract, high-level and fast network model may be a better choice but it may be a hard work. |
@titansnow tbox provide a unified and abstract poller interface to wrap And I will continue to support iocp in future, but it may take some time. |
That sounds great:+1: |
@Cheedoong I've already supported IOCP for coroutine and poller on windows. You can download master version and try it. |
Great job! We will try it. |
One drawback of glib is that it does not support IOCP in Windows.
I hope you will consider about implementing it.
The text was updated successfully, but these errors were encountered: