Constant SPLICE_F_NONBLOCK
pub const SPLICE_F_NONBLOCK: u32 = 0x02; // 2u32
Available on crate feature
dep_nc
only.Expand description
don’t block on the pipe splicing (but we may still block on the fd we splice from/to, of course
pub const SPLICE_F_NONBLOCK: u32 = 0x02; // 2u32
dep_nc
only.don’t block on the pipe splicing (but we may still block on the fd we splice from/to, of course