Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
-------
out : 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
--------
>>> free_resources()
>>>
"""
_ext.free_resources()
-------
out : 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
--------
>>> blosc.free_resources()
>>>
"""
_ext.free_resources()