# JThread **Repository Path**: yzguqiang1/jthread ## Basic Information - **Project Name**: JThread - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-02-02 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jthread C++ class for a joining and cooperative interruptible thread (should become std::jthread) with stop_token helper Draft implementation of the C++ paper P0660 https://wg21.link/p0660 Authors: Nicolai Josuttis (http://www.josuttis.com/contact.html) and Lewis Baker The code examples are licensed under a Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/). TOC: ==== source/ - source code for the implementation and the test suite - to test the CV class extensions they are applied to a class condition_variable2 tex/ - final paper and proposed wording using C++ standard LaTeX style - to create the latest version: pdflatex std doc/ - current and old documentations - currently mainly the proposals P0660*.pdf