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 API to hook into Windows IOCP loop #1345

Closed
wants to merge 2 commits into from

Commits on Aug 11, 2020

  1. Add API to hook into Windows IOCP loop

    An API similar to the one of mio 0.6 is now available so that
    custom objects can be added to the IOCP that is used to implement Poll.
    darkwisebear committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    acfa2e4 View commit details
    Browse the repository at this point in the history
  2. Add preliminary test for the new old Windows IOCP API

    This is a first test to play with the Windows IOCP handler API.
    darkwisebear committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    bccc605 View commit details
    Browse the repository at this point in the history