SpringMT / zstd-ruby

Ruby binding for zstd(Zstandard - Fast real-time compression algorithm)
https://github.com/facebook/zstd
BSD 3-Clause "New" or "Revised" License
69 stars 16 forks source link

Add Ractor support #52

Closed Watson1978 closed 2 years ago

Watson1978 commented 2 years ago

This patch will add feature to support Ractor which was introduced at Ruby 3.0.

Ref. https://techlife.cookpad.com/entry/2020/12/26/131858

SpringMT commented 2 years ago

Thank you for the PR. merged!