Exception: ThreadError

Inherits:
StandardError
  • Object
show all
Defined in:
opal/stdlib/thread.rb

Overview

This shim implementation of Thread is meant to only appease code that tries to be safe in the presence of threads, but does not actually utilize them, e.g., uses thread- or fiber-local variables.