libting Homepage
Latest Updates
2008-11-03: ting-0.2 released. Note that its interface slightly differs from ting-0.1. The most important is that instead of std::auto_ptr ting now uses its own auto pointer implementation ting::Ptr.
Short description
ting is a simple cross platform C++ wrapper for threading (thread, mutex, semaphore, condition variable, message queue and message).
ting stands for ThreadING
Systems supported
- Windows (MinGW)
- linux
- Symbian
Library usage
See ting usage tutorial WiKi page: tingUsageTutorial
Other projects
check out my C++ wrapper for network sockets API: sckt