Skip to content

v2.2.0 De-/Compressor Auto Close - Easier Multithreading!

Latest
Compare
Choose a tag to compare
@4kills 4kills released this 19 Jan 12:08
· 1 commit to master since this release
aa9c24d

This new feature update introduces Compressors/Decompressors which are closed automatically through the Go Garbage Collection.

This facilitates Multithreading. It enables, for example, the easy use of sync.Pool. Furthermore, you don't have to think about manually closing these De-/Compressors anymore.