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: Tuesday 01/15/2008 at 11:16 CET
License: Modified BSD License
Development Status: 5 - Production/Stable
posted by droggen, Friday 01/09/2009 at 21:41 CET - 0 replies
Added the release of production/stable version 1.1 in download area as a tarball.
[Submit News]
[1 news in archive]

