Skip to content
/ cxxptl Public

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

Notifications You must be signed in to change notification settings

anrieff/cxxptl

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published