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
Use an auto-reset event for the dispatch queue on Windows. On Linux,
`eventfd` is used, which is auto-reset unless `EFD_SEMAPHORE` is
specified. This mirrors that behaviour. The test suite continues to
pass after this change.
0 commit comments