strand.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.

ThreadID
alias ThreadID = pthread_t
Undocumented in source.

Manifest constants

isStackGrowingDown
enum isStackGrowingDown;
Undocumented in source.
isStackGrowingDown
enum isStackGrowingDown;
Undocumented in source.
isStackGrowingDown
enum isStackGrowingDown;
Undocumented in source.

Static variables

PTHREAD_STACK_MIN
size_t PTHREAD_STACK_MIN;
Undocumented in source.

Structs

ll_ThreadData
struct ll_ThreadData
Undocumented in source.

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