anrieff / cxxptl

C++ portable thread library. High-level API, supports Windows, Linux and Mac OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cxxptl

A small, high-level C++ threading API, supporting Windows, Linux and Mac OS X (and possibly others). Implements the ThreadManager/ThreadWorker paradigm, with the thread manager managing a pool of threads, which are dispatched to tasks as soon as possible once created.

For a sample how to use the API, see tester.cpp

About

C++ portable thread library. High-level API, supports Windows, Linux and Mac OS X


Languages

Language:C++ 94.0%Language:Makefile 4.5%Language:Python 1.5%