destroy

Function destroy 

Source
pub fn destroy()
Expand description

Call at end of using blosc2 library, unless you’ve never called blosc2_init This is a safe wrapper to blosc2_destroy where a global Arc<Mutex<bool>> is used to track if blosc2 has already been destroyed. For fine grained control use init_unsafe / destroy_unsafe