Namespace Coree.NETStandard.Abstractions.InitializationService
Classes
InitializationDependentServices
Provides an abstract base class for services that must wait for the completion of an initialization process before starting their operations.
InitializationService
Represents an abstract base class for a service that must complete its initialization before other services can start. This service ensures all setup tasks are completed and signals other dependent services when it is safe to begin their processes.