pub struct LeaderCtl { /* private fields */ }Expand description
The leader’s live control connections to the joined workers (worker id → its stream), kept past the handshake so the leader can drive epochs, commits and shutdown across processes. The leader is itself a worker (D9); it coordinates its own slice in-process and the joined workers here.
Implementations§
Auto Trait Implementations§
impl Freeze for LeaderCtl
impl RefUnwindSafe for LeaderCtl
impl Send for LeaderCtl
impl Sync for LeaderCtl
impl Unpin for LeaderCtl
impl UnsafeUnpin for LeaderCtl
impl UnwindSafe for LeaderCtl
Blanket Implementations§
impl<T> Allocation for T
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