Skip to content

Adding support to complex system startup

Choose a tag to compare

@lucassant95 lucassant95 released this 26 Oct 23:28
8db0bf1

Changed

  • BREAKING: Changed start method call from the Component interface to receive the system instance instead of
    individual dependencies. This is to support more complex initialization scenarios.

Added

  • Added get_component method to System class for retrieving components by key from the system-map.