class Async::Wrapper

def initialize(io, task)

def initialize(io, task)
	@io = io
	@task = task
	@monitor = nil
end