Structs§
- should epilogue take parameter(s)? if so, the parameters should be stored in the EpilogueEntrant objects but how to make it generic in a strongly typed system? Since each epilogue may require different parameter types.. passing raw pointers isn’t an option because memory (ownership) safety
- the synchronized queue for Level 2 epilogues
- describes a device interrupt handler routine. This is used to register a device driver to an interrupt line (see plugbox). Device drivers code should implement the IRQHandler or IRQHandlerEpilogue trait.
Statics§
Traits§
- device driver trait that has only prologue
- device driver trait with both prologue and epilogue