Exception: RubyReactor::Error::AsyncWaitTimeoutError

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_reactor/error/async_wait_timeout_error.rb

Overview

Raised when a notified wait on an async_step / async_reactor result exceeds Configuration#async_wait_timeout. Never an unbounded wait.

Instance Attribute Summary

Attributes inherited from Base

#context, #original_error, #step

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RubyReactor::Error::Base