Skip to content

Grumpfy/jthread

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 67.5%
  • C++ 31.1%
  • Makefile 1.4%