pub fn with_tx_decompressor<R>(
f: impl FnOnce(&mut ReusableDecompressor) -> R,
) -> RExpand description
Executes f with the thread-local transaction decompressor on std, otherwise creates a new
one.
pub fn with_tx_decompressor<R>(
f: impl FnOnce(&mut ReusableDecompressor) -> R,
) -> RExecutes f with the thread-local transaction decompressor on std, otherwise creates a new
one.