threadweaver

Helper library for multithreaded programming in C++

brewmacoslinux
Try with needOr install directly
Source

About

Helper for multithreaded programming

Commands

threadweaver

Examples

Check ThreadWeaver library version and basic info$ pkg-config --modversion ThreadWeaver
Compile a C++ program using ThreadWeaver library$ g++ -o myapp myapp.cpp $(pkg-config --cflags --libs ThreadWeaver)
Verify ThreadWeaver installation and available flags$ pkg-config --cflags --libs ThreadWeaver