C++ library providing easy-to-use thread management abstraction
C++ class to make use of threads easy
jthread$ g++ -std=c++20 -I$(brew --prefix jthread)/include myprogram.cpp -o myprogram$ g++ -std=c++20 myprogram.cpp -L$(brew --prefix jthread)/lib -ljthread -o myprogram$ brew info jthread