class Async::Wrapper::WaitError

wait_readable, wait_writable and wait_any are not re-entrant, and will raise this failure.

def initialize

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