free_resources

Function free_resources 

Source
pub fn free_resources() -> Result<()>
Expand description

Free possible memory temporaries and thread resources. Use this when you are not going to use Blosc for a long while. A 0 if succeeds, in case of problems releasing the resources, it returns a negative number.