Struct cfrp::primitives::async::Async [] [src]

pub struct Async<A> {
    // some fields omitted
}

Methods

impl<A> Async<A>
[src]

fn new(parent: Box<Signal<A>>, tx: SyncSender<A>) -> Async<A>

Trait Implementations

impl<A> Run for Async<A> where A: 'static + Send + Clone
[src]

fn run(self: Box<Self>)