class Async::Container::Threaded::Child::Instance
def self.for(thread)
Wrap an instance around the {Thread} instance from within the threaded child.
def self.for(thread) instance = self.new(thread.out) return instance end
def self.for(thread) instance = self.new(thread.out) return instance end