Description
Provides runtime monitoring for thread-safety issues in concurrent Ruby code. It is useful for developers diagnosing unsafe access patterns, concurrency mistakes, and libraries that must behave correctly under parallel execution.
Runtime safety monitoring can add overhead and may expose internal program state in reports. Use it in development or controlled diagnostics before enabling it broadly.