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.



54
55
56
# File 'lib/async/wrapper.rb', line 54

def initialize
	super "A fiber is already waiting!"
end