The thread module provides support for thread creation and management.
The fiber module provides OS-indepedent lightweight threads aka fibers.
The osthread module provides low-level, OS-dependent code for thread creation and management.
The threadbase module provides OS-independent code for thread storage and management.
The osthread module provides types used in threads modules.
This module provides types and constants used in thread package.
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Copyright Sean Kelly 2005 - 2012.
The thread module provides support for thread creation and management.