During cleanup, the Maid class will keep iterating throughout all tasks until they are all cleaned up. This takes care of cases where a cleanup function will create another cleanup. Imo, there really shouldn't be cleanup functions making cleanup functions in the first place, but it's a feature to consider.
During cleanup, the Maid class will keep iterating throughout all tasks until they are all cleaned up. This takes care of cases where a cleanup function will create another cleanup. Imo, there really shouldn't be cleanup functions making cleanup functions in the first place, but it's a feature to consider.