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
Switch sleeper to parking_lot condition variable
The `memory.atomic.wait32` used by condition variables is behaving wrongly in still quite recent Safari versions.[^1] This can be worked around by patching the code that calls it. Patching parking_lot[^2] is easier than patching std, and parking_lot is already used by Typst anyway.
[^1]: https://bugs.webkit.org/show_bug.cgi?id=289686
[^2]: typst/parking_lot@3e5ac2a