Exception: Polyphony::Terminate

Inherits:
BaseException show all
Defined in:
lib/polyphony/core/exceptions.rb

Overview

Terminate is used to interrupt a fiber once its parent fiber has terminated.

Instance Attribute Summary

Attributes inherited from BaseException

#value

Attributes inherited from Exception

#raising_fiber, #source_fiber

Method Summary

Methods inherited from BaseException

#initialize

Methods inherited from Exception

#backtrace, #initialize, instantiate, #invoke

Constructor Details

This class inherits a constructor from Polyphony::BaseException