Constant lrs::pipe::flags::SPLICE_DONT_BLOCK

Return an error instead of blocking.

Syntax

const SPLICE_DONT_BLOCK: SpliceFlags = SpliceFlags(SPLICE_F_NONBLOCK);

See also