Return an error instead of blocking.
const SPLICE_DONT_BLOCK: SpliceFlags = SpliceFlags(SPLICE_F_NONBLOCK);
splice(2) and SPLICE_F_NONBLOCK therein