[][src]Trait lapin::reactor::ReactorHandle

pub trait ReactorHandle {
    pub fn shutdown(&self) -> Result<()> { ... }
pub fn start_heartbeat(&self) { ... }
pub fn poll_read(&self, _slot: Slot) { ... }
pub fn poll_write(&self, _slot: Slot) { ... } }

Provided methods

pub fn shutdown(&self) -> Result<()>[src]

pub fn start_heartbeat(&self)[src]

pub fn poll_read(&self, _slot: Slot)[src]

pub fn poll_write(&self, _slot: Slot)[src]

Loading content...

Implementors

Loading content...