core.thread.types

This module provides types and constants used in thread package.

Members

Aliases

ThreadID
alias ThreadID = uint

Represents the ID of a thread, as returned by Thread..id. The exact type varies from platform to platform.

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