Module server

Source
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
UnixShutdownSignalWatch
A Unix shutdown watcher that awaits for Unix signals.

Enums§

ShutdownSignal
The type of shutdown process that has been requested.

Traits§

ShutdownSignalWatch
Watcher of a shutdown signal, e.g., UnixShutdownSignalWatch for Unix-like platforms.

Type Aliases§

ListenFds
ShutdownWatch
The receiver for server’s shutdown event. The value will turn to true once the server starts to shutdown