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

Expose waitable handles in Windows #152

Merged
merged 3 commits into from
Jan 13, 2024
Merged

Expose waitable handles in Windows #152

merged 3 commits into from
Jan 13, 2024

Commits on Jan 13, 2024

  1. Expose waitable handles in Windows

    This commit allows waitable handles to be polled in Windows. This allows
    I/O constructs like processes, mutexes and waitable events be registered
    into the poller and be polled just like anything else.
    
    cc #25
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    8b5dbbb View commit details
    Browse the repository at this point in the history
  2. Clippy + fmt

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    758b6eb View commit details
    Browse the repository at this point in the history
  3. Update to newest master

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3f974ca View commit details
    Browse the repository at this point in the history