strand v1.0.2 (2023-04-12T13:00:37Z)
Dub
Repo
ll_ThreadData
strand
types
Undocumented in source.
struct
ll_ThreadData {
ThreadID
tid
;
version(Windows)
void
delegate
()
nothrow
cbDllUnload
;
}
Members
Variables
cbDllUnload
void
delegate
()
nothrow
cbDllUnload
;
Undocumented in source.
tid
ThreadID
tid
;
Undocumented in source.
Meta
Source
See Implementation
strand
types
aliases
ThreadID
manifest constants
isStackGrowingDown
static variables
PTHREAD_STACK_MIN
structs
ll_ThreadData