PlusEMU
PlusEMU copied to clipboard
Use IStartable interface to load data.
The IStartable interface should be used to load data, for example from the database. Making this async speeds up the emulator during startup.
Note: Currently there is no validation that dependencies are loaded before the main service. This will be addressed soon.