[libcxx-commits] [libcxx] [libc++] atomic timed wait (PR #172214)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 19 11:08:58 PST 2025
================
@@ -24,7 +25,7 @@
_LIBCPP_BEGIN_NAMESPACE_STD
struct __libcpp_timed_backoff_policy {
----------------
ldionne wrote:
I suggest we move this to the only place where it's used now, and maybe we can even implement this as a lambda since we don't support the synchronization library in older standard modes.
https://github.com/llvm/llvm-project/pull/172214
More information about the libcxx-commits
mailing list