pub struct FrameGuard<'a> { /* private fields */ }Expand description
One plugin connection held inside an inbound frame it is still being answered.
The bye sweep in retire_revived leaves such a connection alone, which keeps a
bye behind the response to the frame. A plugin’s bye handler drops the socket and
rejects every request awaiting an answer, so a bye that overtakes the response
turns work the ledger already holds into a failure the agent reports again.
Trait Implementations§
Source§impl Drop for FrameGuard<'_>
impl Drop for FrameGuard<'_>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for FrameGuard<'a>
impl<'a> !UnwindSafe for FrameGuard<'a>
impl<'a> Freeze for FrameGuard<'a>
impl<'a> Send for FrameGuard<'a>
impl<'a> Sync for FrameGuard<'a>
impl<'a> Unpin for FrameGuard<'a>
impl<'a> UnsafeUnpin for FrameGuard<'a>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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