Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip mutex for a 0ms wait on single manual reset event
This requires a memory barrier to ensure correctness (avoiding false positive caused by stale read) but should still be cheaper than a syscall and only happens if we expect it to be available (based off the initial relaxed read). See #18
- Loading branch information