blosc2.free_resources#
- blosc2.free_resources() None #
Free any temporary memory 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 time.
Examples
>>> blosc2.free_resources()