Exception: Async::Wrapper::WaitError
- Inherits:
-
StandardError
- Object
- StandardError
- Async::Wrapper::WaitError
- Defined in:
- lib/async/wrapper.rb
Overview
wait_readable, wait_writable and wait_any are not re-entrant, and will raise this failure.
Instance Method Summary collapse
-
#initialize ⇒ WaitError
constructor
A new instance of WaitError.
Constructor Details
#initialize ⇒ WaitError
Returns a new instance of WaitError.
56 57 58 |
# File 'lib/async/wrapper.rb', line 56 def initialize super "A fiber is already waiting!" end |