GitHub - a-ma72/tinythreadpp at tthread_merging · GitHub
Skip to content

a-ma72/tinythreadpp

 
 

Folders and files

Repository files navigation

TinyThread++

TinyThread++ (tthread, http://tinythread.sourceforge.net/) is a lightweight and portable C++ threading library.

This project extends TinyThread++ by providing

  • Lambda, function and function object execution support
  • tthread::future and tthread::async, lightweight analogs to std::future and std::async
  • future.then() for task continuations
  • basic fifo threadpooling with thread_pool

About

Mirror of https://gitorious.org/tinythread/tinythreadpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • C++ 86.2%
  • CMake 6.4%
  • Makefile 3.6%
  • Shell 2.8%
  • Batchfile 1.0%