1
Fork 0
Simple threading facilities for C++, inspired by the book by Williams
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2013-09-22 12:06:10 +02:00
include Added a simple threadsafe queue, and on top of that a simple thread pool 2013-09-22 12:06:10 +02:00
.gitignore Initial commit 2013-09-22 03:03:59 -07:00
LICENSE Initial commit 2013-09-22 03:03:59 -07:00
README.md Initial commit 2013-09-22 03:03:59 -07:00

simple-threading

Simple threading facilities for C++, inspired by the book by Williams