class Async::Reactor

def wrap(io, task)

Returns:
  • (Wrapper) -

Parameters:
  • task (Task) -- The task which manages the wrapper.
  • io () -- The `IO` instance to wrap.
def wrap(io, task)
	@wrappers[io].new(io, task)
end