A promise that can be awaited by various dependents. When this promise resolves, it means all dependencies have loaded successfully and the servie is ready to start.
A function used to declare that the service is ready
A function used to declare that the service is ready
Register a shutdown task, such as disconnecting from a database or terminating outstanding HTTP requests
Register a shutdown task, such as disconnecting from a database or terminating outstanding HTTP requests
Runs the shutdown routines and ends the process.
Runs the shutdown routines and ends the process.
Generated using TypeDoc
The dependencies attached by this module