Struct anymsg::Sender[][src]

pub struct Sender { /* fields omitted */ }

Methods

impl Sender
[src]

Drops the sender, closing the connection. If all senders hang up, the PumpThread exits.

Auto Trait Implementations

impl Send for Sender

impl !Sync for Sender