[][src]Module freertos_rust::patterns::pub_sub

Structs

QueuePublisher

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

QueueSubscriber

A subscribtion to the publisher.