class Async::Wrapper

def dup

Dup the underlying IO.
def dup
	self.class.new(@io.dup)
end