vcpkg/ports/josuttis-jthread/CONTROL
Rémy Tassoux 3d9934a4ef
[jthread] Initial port (#12497)
* [jthread] Initial port

https://github.com/josuttis/jthread

* [jthread] Add header only comment

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [jthread] Fix version date

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [jthread] Move headers to include directory

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* [jthread] Rename the port josuttis-jthread

* [jthread] Fix control port name

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2020-08-05 15:53:02 -07:00

5 lines
203 B
Plaintext

Source: josuttis-jthread
Version: 2020-07-21
Homepage: https://github.com/josuttis/jthread
Description: C++ class for a joining and cooperative interruptible thread (std::jthread) with stop_token helper