class Async::Reactor
def timeout(*args, &block)
def timeout(*args, &block) warn "#{self.class}\#timeout(...) is deprecated, use #{self.class}\#with_timeout(...) instead." with_timeout(*args, &block) end
def timeout(*args, &block) warn "#{self.class}\#timeout(...) is deprecated, use #{self.class}\#with_timeout(...) instead." with_timeout(*args, &block) end