Exception: Async::Wrapper::WaitError

Inherits:
StandardError
  • Object
show all
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

Constructor Details

#initializeWaitError

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