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
[clangd] Explicitly block until async task completes
We started seeing some use-after-frees starting with llvm#125433.
This patch ensures we explicitly block for the async task, if there's
one, before destructing std::future, independent of the stdlib
implementation.
0 commit comments