Component Updater OnDemand interface must take a mandatory callback parameter |
|
Issue descriptionThis is a code clean up issue. At the moment, the callback is an optional parameter. This introduces branching in several call sites down the execution path and it makes it harder to reason about the code correctness. As a design principle, the component updater code should use mandatory callbacks for the non-blocking public APIs and assert on the parameter preconditions. |
|
►
Sign in to add a comment |
|