Struct crossbus::reactor::ReactorPair
source · pub struct ReactorPair { /* private fields */ }Expand description
Object that Reactor manipulate with
Implementations§
source§impl ReactorPair
impl ReactorPair
sourcepub fn new<F>(fut: F) -> Selfwhere
F: CoreFuture<Output = ()> + 'static,
pub fn new<F>(fut: F) -> Selfwhere F: CoreFuture<Output = ()> + 'static,
create an instance