core.thread

The thread module provides support for thread creation and management.

Modules

fiber
module core.thread.fiber

The fiber module provides OS-indepedent lightweight threads aka fibers.

osthread
module core.thread.osthread

The osthread module provides low-level, OS-dependent code for thread creation and management.

Public Imports

core.time
public import core.time;
core.thread.fiber
public import core.thread.fiber;
core.thread.osthread
public import core.thread.osthread;

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Sean Kelly, Walter Bright, Alex Rønne Petersen, Martin Nowak

Suggestion Box / Bug Report