class Async::Container::Threaded::Child::Instance

def initialize(io)

@parameter io [IO] The IO object to use for communication with the parent.

Initialize the child thread instance.
def initialize(io)
	@thread = ::Thread.current
	
	super
end