[ruby 2.4] Queue and other thread-sync classes moved under Thread #4292
Labels
Milestone
Comments
Ref #4293 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://bugs.ruby-lang.org/issues/8919.
The various thread-synchronization classes like Queue and ConditionVariable now live under the Thread namespace. The top-level constants still exist, but until we move them we get warnings like this:
The text was updated successfully, but these errors were encountered: