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
* feat(executor,runtime): remove notify-always
* feat(driver,poll): store awake
Co-authored-by: Copilot <copilot@github.com>
* feat(driver,iocp): store awake
* feat(driver,iour): store awake
* fix(driver,iour): avoid empty loop
* docs(executor): the waker is always used
* fix(driver,iour): avoid changing timeout
* fix(driver): use seq-cst for AwakeFlag
* fix(driver): don't set awake when polling blocking
* fix(driver,iour): only mask `awake` when polling
* fix(driver,poll): reset `awake` before waiting
* docs(executor,runtime): apply suggestions
* fix(driver,poll): reset `awake` before return
* fix(driver,poll): wait first
* refactor(driver): make the flag more meaningful
* fix(driver,iour): avoid timedout if don't wait
* fix(driver,iocp): set awake if has entries
* fix(driver): loosen the ordering
---------
Co-authored-by: Copilot <copilot@github.com>
0 commit comments