Struct freertos_rs::QueueSubscriber [] [src]

pub struct QueueSubscriber<T: Sized + Copy> { /* fields omitted */ }

A subscribtion to the publisher.

Methods

impl<T: Sized + Copy> QueueSubscriber<T>
[src]

Wait for an item to be posted from the publisher.

Trait Implementations

impl<T: Sized + Copy> Drop for QueueSubscriber<T>
[src]

A method called when the value goes out of scope. Read more