# Functions
IsCleanupOnlyService checks whether a given service is a cleanup only service.
NewBaseBackgroundService creates a new base background service implementation.
NewCleanupOnlyService wraps a service as a cleanup only service.
NewContextCleanup makes a context and a CleanupAble that cancels it.
# Structs
BaseBackgroundService is a base implementation of BackgroundService.
# Interfaces
BackgroundService is a background service.
CleanupAble provides a Cleanup method.