Provide callback that also gets called for fresh processes
hannesstruss opened this issue · 0 comments
hannesstruss commented
Currently, onProcessRestored
will only call the given lambda if the graveyard is not empty. For symmetry it could be helpful to also get notified in the fresh-process-case.
The naming of onProcessRestored
doesn’t match that scenario though, the name would have to be changed or another method introduced.