const CONTROLLED_SOURCE_READ_BUFFER_BYTES: usize = 8_192;
Chunk size used by cancellation-aware bounded source reads.