Expand description
The background service
A BackgroundService can be run as part of a Pingora application to add supporting logic that exists outside of the request/response lifecycle. Examples might include service discovery (load balancing) and background updates such as push-style metrics.
Structs§
- GenBackground
Service - A generic type of background service
Traits§
- Background
Service - The background service interface