core.thread.context

The thread module provides support for thread creation and management.

Types 2

Fields
void * bstack
void * ehContextSlot for the EH implementation to keep some state for each stack (will be necessary for exception chaining, etc.). Opaque as far as we are concerned here.
StackContext * within
structCallable
Fields
Call m_type
Methods
void opAssign(void function() fn) pure nothrow @nogc @safe
void opAssign(void delegate() dg) pure nothrow @nogc @safe
void opCall()
Nested Templates
Call