Skip to main content

Module queue

Module queue 

Source
Expand description

Safe, idiomatic wrappers for OSAL Message Queue APIs.

This module provides a generic, type-safe Queue<T> for intra-application message passing. The Queue struct is an RAII wrapper that ensures the underlying OSAL resource is properly cleaned up.

Structsยง

Queue
A type-safe message queue for communicating between tasks within an application.
QueueProp
Properties of a message queue, returned by Queue::get_info.