Module freertos_rs::patterns::pub_sub [] [src]

Structs

QueuePublisher

A pub-sub queue. An item sent to the publisher is sent to every subscriber.

QueueSubscriber

A subscribtion to the publisher.