Thread class. Each Ruby thread is mapped to an underlying Java Virtual Machine thread. Thread encapsulates the behavior of a thread of execution, including the main thread of the Ruby script. In the descriptions that follow, the parameter aSymbol refers to a symbol, which is either a quoted string or a Symbol (such as :name). Note: For CVS history, see ThreadClass.java.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |