Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more

In Files

  • thread.c

Parent

ThreadError

Raised when an invalid operation is attempted on a thread.

For example, when no other thread has been started:

Thread.stop

raises the exception:

ThreadError: stopping only thread