class Async::Task
def bind(io)
-
(Wrapper)
- The wrapped object.
Parameters:
-
io
() -- the native object to bind to this task.
def bind(io) @ios[io.fileno] ||= @reactor.wrap(io, self) end
(Wrapper)
- The wrapped object.
io
(
)
-- the native object to bind to this task.
def bind(io) @ios[io.fileno] ||= @reactor.wrap(io, self) end