Struct ntex_server::net::AcceptLoop
source · pub struct AcceptLoop { /* private fields */ }
Expand description
Streamin io accept loop
Implementations§
source§impl AcceptLoop
impl AcceptLoop
sourcepub fn new() -> AcceptLoop
pub fn new() -> AcceptLoop
Create accept loop
sourcepub fn notify(&self) -> AcceptNotify
pub fn notify(&self) -> AcceptNotify
Get notification api for the loop
pub fn set_status_handler<F>(&mut self, f: F)
Trait Implementations§
source§impl Debug for AcceptLoop
impl Debug for AcceptLoop
Auto Trait Implementations§
impl Freeze for AcceptLoop
impl !RefUnwindSafe for AcceptLoop
impl Send for AcceptLoop
impl !Sync for AcceptLoop
impl Unpin for AcceptLoop
impl !UnwindSafe for AcceptLoop
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