Category:Thread
Appearance
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.
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.
- 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
Pages in category "Thread"
This category contains only the following page.