Version 0.2.0
Be friendly with multi-threaded environment.
Our function won't acquire GIL (except when you are passing a file object) to let other Python threads in the same application run in parallel.
Be friendly with multi-threaded environment.
Our function won't acquire GIL (except when you are passing a file object) to let other Python threads in the same application run in parallel.