class Async::Container::Threaded::Child::Status

def initialize(error = nil)

@parameter error [::Process::Status] The exit status of the child thread.
Initialise the status.
def initialize(error = nil)
	@error = error
end