Re-exports§
pub use self::child::Supervisor;
pub use self::child::init_sv;
pub use self::child::register_retcode_sv;
Modules§
Constants§
- CALLBACK_
STACK_ 🔒SIZE - The size of the temporary stack we use for callbacks that the server executes in the client.
This should be big enough that
mempr_on
andmempr_off
can safely be jumped into with the stack pointer pointing to a “stack” of this size without overflowing it.