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
[sourcekit] Prevent race between getInitializationInfo and requests
Request handling happens on a global queue, so we need to use a
barrier_async on the same queue to ensure the initialization finishes
before requests are handled.
0 commit comments