⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{library}} Some languages have a library named "thread".

For [[Ruby]] hackers, require 'thread' is part of the standard library. It gives more classes to use with threads.

Thread in core language

Mutex in core language for Ruby 1.9, in this library for Ruby 1.8

ConditionVariable in this library

Queue in this library

SizedQueue in this library