module Async
class Async::Condition
class Async::Interrupt
class Async::Node
class Async::Reactor
class Async::Task
class Async::TimeoutError
class Async::Wrapper
async
0.16.0
# initialize
def initialize super @selector = NIO::Selector.new @timers = Timers::Group.new @stopped = true end