Shutdown and reset
Closed this issue · 0 comments
sithmel commented
The current implementation of shutdown is very --naive-- simple
When shutting down:
- The shutdown method in Dependency objects should return only when all dependency invocations have been executed
- it should not be possible to call a dependency or system dependency that has been shut down
Once this has been implemented correctly, We should implement a method to unset (or reset) a systemDependency.