Description
Older Ruby projects can keep using thread-safe collection helpers expected by legacy dependencies. This is useful when maintaining software that still requires the deprecated thread_safe library.
It is a compatibility library, not a new concurrency framework. New code should prefer maintained alternatives in the current Ruby ecosystem, and maintainers should plan removal where possible.