class Async::Reactor
def wrap(io, task)
-
(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
(Wrapper)
-
task
(Task
)
-- The task which manages the wrapper.
io
(
)
-- The `IO` instance to wrap.
def wrap(io, task) @wrappers[io].new(io, task) end