Function brotli::enc::threading::compress_part

source ยท
fn compress_part<Alloc: BrotliAlloc + Send + 'static, SliceW: SliceWrapper<u8>>(
    hasher: UnionHasher<Alloc>,
    thread_index: usize,
    num_threads: usize,
    input_and_params: &(SliceW, BrotliEncoderParams),
    alloc: Alloc,
) -> CompressionThreadResult<Alloc>
where <Alloc as Allocator<u8>>::AllocatedMemory: Send + 'static,