Struct hadean::Sender [] [src]

pub struct Sender<T: ProcessSend>(_, _, _, _, _);

Sending end of a typed channel. Constructed with RawSender::downcast or RawSender::unchecked_downcast.

Methods

impl<T: ProcessSend> Sender<T>
[src]

[src]

Blocking send.

Trait Implementations

impl<T: Debug + ProcessSend> Debug for Sender<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: ProcessSend> Drop for Sender<T>
[src]

[src]

Executes the destructor for this type. Read more