[libcxx-commits] [PATCH] D154700: [libc++] Make `stop_token` experimental

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 10 12:12:37 PDT 2023


ldionne updated this revision to Diff 538760.
ldionne marked an inline comment as done.
ldionne added a comment.

Address a comment I had missed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154700/new/

https://reviews.llvm.org/D154700

Files:
  libcxx/include/__config
  libcxx/include/__stop_token/stop_callback.h
  libcxx/include/__stop_token/stop_source.h
  libcxx/include/__stop_token/stop_token.h
  libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/nostopstate/cons.default.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopcallback/cons.const.token.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopcallback/cons.rvalue.token.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopcallback/copy.move.compile.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopcallback/ctad.compile.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopcallback/dtor.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopcallback/typedef.compile.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/assign.copy.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/cons.copy.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/cons.default.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/cons.move.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/cons.nostopstate.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/equals.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/get_token.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/move.copy.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/nodiscard.verify.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/request_stop.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/stop_possible.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/stop_requested.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/swap.free.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stopsource/swap.member.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/assign.copy.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/assign.move.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/cons.copy.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/cons.default.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/cons.move.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/equals.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/nodiscard.verify.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/stop_possible.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/stop_requested.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/swap.free.pass.cpp
  libcxx/test/std/thread/thread.stoptoken/stoptoken/swap.member.pass.cpp
  libcxx/utils/libcxx/test/params.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154700.538760.patch
Type: text/x-patch
Size: 22156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230710/a0301746/attachment-0001.bin>


More information about the libcxx-commits mailing list