Skip to main content

REACTOR_STACK_SIZE

Constant REACTOR_STACK_SIZE 

Source
pub const REACTOR_STACK_SIZE: usize = 4096;
Expand description

The size (in bytes) of the stack of the reactor thread.

Select a different size with one of the stack-size-* features. Anything the reactor calls runs on this stack, including the platform select implementation and - on MCUs where interrupts are serviced on the stack of the interrupted task, as is the case on RISC-V - interrupt handlers.