DThread

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:



License: Modified BSD License

Author: Daniel Roggen