Skip to content

jdduke/tthread

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

TinyThread++ fork with lambda, future and continuation support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published