Module trace

Module trace 

Source

Re-exports§

pub use self::child::Supervisor;
pub use self::child::init_sv;
pub use self::child::register_retcode_sv;

Modules§

child 🔒
messages
Houses the types that are directly sent across the IPC channels.
parent 🔒

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 and mempr_off can safely be jumped into with the stack pointer pointing to a “stack” of this size without overflowing it.