[libcxx-commits] [libcxx] Fix async test (PR #146240)

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jun 28 14:06:46 PDT 2025


EricWF wrote:

On second thought, this is actually inadequate . Since the `in_async` variable can go out of scope between being set to true and having `notify_all` set on it. 

So the condition variable approach is probably best. 

https://github.com/llvm/llvm-project/pull/146240


More information about the libcxx-commits mailing list