Crate mango_rt

Source
Expand description

mango_rt: mango runtime

This crate contains the support for defining a mango kernel and its applications. Kernels are defined with the macro kernel!.

Modules§

panic_wait
A panic handler that infinitely waits.
schedulers
Module with the task schedulers.

Macros§

kernel
A kernel is defined with the mango_rt::kernel! macro. This defines:

Traits§

Application
Trait for defining mango Application