You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Several objects in Windows are considered "waitable", including:
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
The text was updated successfully, but these errors were encountered: