void Car::startCar(void testACar(Car* car)) { /////////////////////////////////////////////////////////////////////////// // TODO: Start the thread that will be used for the car //(these will be joinable threads) ///////////////////////////////////////////////////////////////////////////
}
void Car::waitForCarToStop(void) { /////////////////////////////////////////////////////////////////////////// // TODO: stop and clean up the car threads ///////////////////////////////////////////////////////////////////////////