mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
parent
19cc8ab315
commit
02e111d373
96 changed files with 855 additions and 198 deletions
|
@ -4,6 +4,7 @@ use ntex_bytes::{BytesVec, PoolRef};
|
|||
|
||||
use super::{io::Flags, IoRef, ReadStatus, WriteStatus};
|
||||
|
||||
#[derive(Debug)]
|
||||
/// Context for io read task
|
||||
pub struct ReadContext(IoRef);
|
||||
|
||||
|
@ -97,6 +98,7 @@ impl ReadContext {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
/// Context for io write task
|
||||
pub struct WriteContext(IoRef);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue