class Async::Container::Threaded::Child::Exit

def initialize(status)

@parameter status [::Process::Status] The process exit status.
Initialize the exit status.
def initialize(status)
	@status = status
end