Class: Ractor::Wrapper::CrashedError
- Defined in:
- lib/ractor/wrapper.rb
Overview
Raised when a Ractor::Wrapper server has crashed unexpectedly. May also be raised in the calling Ractor when an in-flight method call is suspended at a block-yield point and the server (or its worker thread) crashes before the block result can be delivered.