Expand description
Server process and configuration management
Modules§
- configuration
- Server configurations
Structs§
- Fds
- Container for open file descriptors and their associated bind addresses.
- RunArgs
- Arguments to configure running of the pingora server.
- Server
- The server object
- Unix
Shutdown Signal Watch - A Unix shutdown watcher that awaits for Unix signals.
Enums§
- Shutdown
Signal - The type of shutdown process that has been requested.
Traits§
- Shutdown
Signal Watch - Watcher of a shutdown signal, e.g., UnixShutdownSignalWatch for Unix-like platforms.
Type Aliases§
- Listen
Fds - Shutdown
Watch - The receiver for server’s shutdown event. The value will turn to true once the server starts to shutdown