Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Event to use normal Condition variable (JuliaLang#55441)
ThreadSynchronizer is only for things that are very trivial, as there are a lot of things they are forbidden from doing (such as waiting for a Task to set it). Happened to notice while reviewing JuliaLang#55439 (review) that this was still using the pre-v1.2 style lock, which makes this mostly useless in v1.4+
- Loading branch information