pub struct RouterThread { /* private fields */ }Expand description
Handle to a spawned router loop thread.
The thread runs indexbus-route’s router loop until stop() is called or the loop returns.
Implementations§
Source§impl RouterThread
impl RouterThread
Auto Trait Implementations§
impl Freeze for RouterThread
impl !RefUnwindSafe for RouterThread
impl Send for RouterThread
impl Sync for RouterThread
impl Unpin for RouterThread
impl !UnwindSafe for RouterThread
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more