[libcxx-commits] [PATCH] D153441: [libc++] Implement `std::condition_variable_any::wait[_for/until]` overloads that take `stop_token`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 21 09:40:29 PDT 2023


huixie90 created this revision.
huixie90 added a reviewer: ldionne.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

- This is section 32.6.4 of P0660R10
- https://eel.is/c++draft/thread.condvarany.intwait


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153441

Files:
  libcxx/include/condition_variable
  libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_for_token_pred.pass.cpp
  libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp
  libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_token_pred.pass.cpp
  libcxx/test/std/thread/thread.condition/thread.condition.condvarany/wait_until_token_pred.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153441.533302.patch
Type: text/x-patch
Size: 20126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230621/fa67cf40/attachment-0001.bin>


More information about the libcxx-commits mailing list