Struct anymsg::PumpThread[][src]

pub struct PumpThread { /* fields omitted */ }

Thread which rebroadcasts messages from publishers to subscribers. Completes when all Senders are dropped.

Methods

impl PumpThread
[src]

Joins the underlying message pump thread.

Auto Trait Implementations

impl Send for PumpThread

impl Sync for PumpThread