pub fn written<'a, F>(
pool: &mut StreamPool<F>,
written: impl Iterator<Item = &'a BufferBinding>,
graph: &mut ErrorGraph,
)where
F: StreamFactory<Stream: StreamMemory>,Expand description
Release the failure on every allocation in written: work that writes
them has been enqueued, so a read of one is no longer reading bytes
nothing wrote.