Exception: RobotLab::RactorBoundaryError

Inherits:
Error
  • Object
show all
Defined in:
lib/robot_lab/error.rb

Overview

Raised when a value cannot be made Ractor-shareable before crossing a Ractor boundary (e.g., a live IO, Proc, or object with mutable state).

Examples:

raise RactorBoundaryError, "Cannot freeze IO object"