blosc2.free_resources#

blosc2.free_resources()#

Free possible memory temporaries and thread resources.

Returns:

out

Return type:

None

Notes

Blosc maintain a pool of threads waiting for work as well as some temporary space. You can use this function to release these resources when you are not going to use Blosc for a long while.

Examples

>>> blosc2.free_resources()