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
While discussing with @huixie90 and Apple folks about #109290, it was noticed that we were still using forward-declarations of __ulock_wait and __ulock_wake. Instead, the public API os_sync_wait_on_address is now provided and documented, so we should switch to that. This can be a simple NFC refactoring.