Modules

Structs

Enums

Traits

Basic methods for FIFO Queues.

If we want to send items via systemcalls and the kernel to different queus, we need to erase the items type.

Implement this trait if the consumer channel is thread safe.

Implement this trait if the producer channel is thread safe.