Module subscriptions

Module subscriptions 

Source
Expand description

Subscription types for streaming data Subscription types for sync/async streaming data

Re-exports§

pub use sync::SharesChannel;
pub use sync::SubscriptionIter;
pub use sync::SubscriptionOwnedIter;
pub use sync::SubscriptionTimeoutIter;
pub use sync::SubscriptionTryIter;
pub use async::Subscription;

Modules§

async
Asynchronous subscription implementation
sync
Synchronous subscription implementation