module Async
class Async::Condition
class Async::Node
class Async::Reactor
class Async::Stop
class Async::Task
class Async::TimeoutError
class Async::Wrapper
async
0.17.0
# stop
(void)
def stop @children.each(&:stop) if @fiber.alive? @fiber.resume(Stop.new) end end