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's in-process mode uses libdispatch sparingly. Removing all usages of
libdispatch would allow SourceKit to more easily be ported to Linux. We can
begin this process with the `sourcekitd-test` executable, which makes use of
`sourcekitd_send_request_sync`.
Migrate this usage to the C++ std::condition_variable.
0 commit comments