Do

Code review comment for lp:~alexlauni/do/IStrictService

Revision history for this message
Alex Launi (alexlauni) wrote :

Adds a type of service called IStrictService that does not get lazy loaded, rather gets initialized when the service manager comes up. Most services can lazy load, but there are some cases (such as the PackageManager service that will be coming in a later merge) that cannot be lazy loaded and need to be created immediately.

« Back to merge proposal