jdduke / tthread

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

Home Page:http://sourceforge.net/projects/tinythread/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://sourceforge.net/projects/tinythread/


Languages

Language:C++ 96.4%Language:C 3.6%