class Async::Container::Threaded
def start(name, &block)
@parameter name [String] The name (title) of the child process.
Start a named child thread and execute the provided block in it.
def start(name, &block) Child.fork(name: name, &block) end
def start(name, &block) Child.fork(name: name, &block) end