class Async::Container::Forked::Child::Instance

def initialize(io)

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

Initialize the child process instance.
def initialize(io)
	super
	
	@name = nil
end