Mu-L / jthread

C++ class for a joining and cooperative interruptible thread (should become std::jthread)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jthread

C++ class for a joining and cooperative interruptible thread (std::jthread) with stop_token helper-

Main authors: Nicolai Josuttis (http://www.josuttis.com/contact.html) and Lewis Baker

The code is licensed under a Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/).

TOC:

source/

  • source code for the reference implementation and the test suite
    • to test the CV class extensions they are applied to a class condition_variable_any2

tex/

  • final paper and proposed wording using C++ standard LaTeX style
    • to create the latest version: pdflatex std

doc/

  • current and old documentations
    • all proposals P0660*.pdf

About

C++ class for a joining and cooperative interruptible thread (should become std::jthread)


Languages

Language:TeX 67.6%Language:C++ 31.1%Language:Makefile 1.4%