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

Support waitable objects in Windows #98

Closed
notgull opened this issue Mar 14, 2023 · 0 comments · Fixed by #111
Closed

Support waitable objects in Windows #98

notgull opened this issue Mar 14, 2023 · 0 comments · Fixed by #111

Comments

@notgull
Copy link
Member

notgull commented Mar 14, 2023

Several objects in Windows are considered "waitable", including:

  • Processes
  • Threads
  • Timers
  • Events
  • Certain synchronization primitives

It would be nice if polling were able to wait for them to become "ready". We could use associated wait packets on Windows 10 and thread-pooling on other platforms.

Related: smol-rs/async-io#25

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

Successfully merging a pull request may close this issue.

1 participant