Sunil Mohan Adapa d2aee03c89
module_loader: Split app initialization into separate steps
- Loading module is only for importing python modules and determining the order
in which they should be loaded.

- Initializing apps will create the instances which involves just creating the
components of the apps.

- Post initialization involves connecting to signals, running configuration
fixes, etc.

Tests:

- All apps that have post initialization step have been tested.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
2021-11-15 10:11:59 -05:00
..
2021-11-13 04:49:48 +01:00
2021-09-20 16:50:37 -04:00
2021-11-08 21:34:54 -05:00
2021-09-20 16:50:37 -04:00
2021-09-20 16:50:37 -04:00
2020-02-19 14:38:55 +02:00