DThread - Summary
This library provides a simple C++ thread wrapper class for pthreads.
DThread is a an abstract base class which wraps thread functionality. Thread-wrapping classes are derived from DThread. They redefine the t_Run method which is the thread entry point. A cancellation handler is installed by redefining the t_CancelHandler() method.
Features:
- Threads are created as joinable (deferred cancellation).
- DThread provides a mutex for shared data access serialization.
- Heavy asserts or throws are used to catch class misuse - better a hard failure than sleazy bugs.
- DThread Usage patterns are indicated in the documentation
- Examples are provided in the repository.
Registration Date: Tue 15 Jan 2008 10:16:06 AM UTC
License: Modified BSD License
Development Status: 5 - Production/Stable
posted by droggen, Fri 09 Jan 2009 08:41:33 PM UTC - 0 replies
Added the release of production/stable version 1.1 in download area as a tarball.
[Submit News]
[1 news in archive]


