[][src]Module freertos_rs::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.