module Async
module Async::Container
class Async::Container::Forked
class Async::Container::Threaded
async-container
0.3.0
# stop
def stop @reactors.each(&:stop) @threads.each(&:join) end