trait HasThreadStackSize

Methods

int|null
getThreadStackSize()

No description

void
setThreadStackSize(int $thread_stack_size)

No description

Details

at line 17
int|null getThreadStackSize()

No description

Return Value

int|null

at line 25
void setThreadStackSize(int $thread_stack_size)

No description

Parameters

int $thread_stack_size

Return Value

void