Category:Thread

From Rosetta Code
Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by 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.

  1. Thread in core language
  2. Mutex in core language for Ruby 1.9, in this library for Ruby 1.8
  3. ConditionVariable in this library
  4. Queue in this library
  5. SizedQueue in this library

Pages in category "Thread"

This category contains only the following page.