Exception: Ori::DeadlockError
- Inherits:
-
CancellationError
- Object
- StandardError
- CancellationError
- Ori::DeadlockError
- Defined in:
- lib/ori.rb
Instance Attribute Summary
Attributes inherited from CancellationError
Instance Method Summary collapse
-
#initialize(scope, message = "All fibers are blocked, impossible to proceed") ⇒ DeadlockError
constructor
: (Scope scope, ?String? message) -> void.
Constructor Details
#initialize(scope, message = "All fibers are blocked, impossible to proceed") ⇒ DeadlockError
: (Scope scope, ?String? message) -> void
21 22 23 |
# File 'lib/ori.rb', line 21 def initialize(scope, = "All fibers are blocked, impossible to proceed") super(scope, ) end |