Module communication

Module communication 

Source
Expand description

This module provides a way for a crate::processor::Cpu to communicate with the “exterior world”.

This means it can put messages in an output queue, and these messages can be transmitted by any “supervisor” of the Cpus to the right recipient.

Structs§

CpuId
Helps a supervisor track an identified crate::processor::Cpu.
Message
MessageQueue