# Functions
Graceful sets up graceful handling of context done, typically for an HTTP server.
# Type aliases
ShutdownFunc is the type of the function invoked by Graceful to shutdown the server.
StartFunc is the type of the function invoked by Graceful to start the server.