Skip to main content

with_tx_decompressor

Function with_tx_decompressor 

Source
pub fn with_tx_decompressor<R>(
    f: impl FnOnce(&mut ReusableDecompressor) -> R,
) -> R
Expand description

Executes f with the thread-local transaction decompressor on std, otherwise creates a new one.