libting Homepage
Latest Updates
2009-11-06: ting-0.3 released.
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
Now ting is not only a threading library, it is also Network Sockets API library. It also contains some other useful stuff, e.g. reference counted pointers etc.
Systems supported
- Windows (MinGW/partially_MSVC)
- linux
Library usage
See ting usage wiki page for Threading tutorial: tingUsageTutorial
See Sockets usage wiki page for Sockets API tutorial: SocketsUsage
Questions and feedback
Please feel free to post your questions or any feedback!
You can contact me via email or GTalk if I'm online (chat only): igagis@gmail.com.
I will try to answer any questions related to the ting library.
Other projects
TCP server library: cliser