[libcxx-commits] [PATCH] D145183: [libc++][In Progress] Implement `stop_token`

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 2 13:24:07 PST 2023


huixie90 created this revision.
Herald added a subscriber: arichardson.
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++.

In progress work. no testing yet. open to high level comments. Open a review now just to let people know I am working on it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145183

Files:
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__stop_token/stop_callback.h
  libcxx/include/__stop_token/stop_source.h
  libcxx/include/__stop_token/stop_state.h
  libcxx/include/__stop_token/stop_token.h
  libcxx/include/stop_token
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/utils/generate_header_inclusion_tests.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145183.501960.patch
Type: text/x-patch
Size: 21877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230302/6798b5b3/attachment-0001.bin>


More information about the libcxx-commits mailing list