pub(crate) const STACK_SIZE: usize = _; // 32_768usize
Expand description
The stack size for the init and thread stacks.
Note: If you create objects, they are usually allocated on the stack first before beeing moved or copied elswhere.
pub(crate) const STACK_SIZE: usize = _; // 32_768usize
The stack size for the init and thread stacks.
Note: If you create objects, they are usually allocated on the stack first before beeing moved or copied elswhere.