Expand description
Analogue of axum::serve
module, but for tokio-listener.
Structs§
- An incoming stream.
- Future returned by
serve
. - Serve future with graceful shutdown enabled.
Functions§
- Serve the service with the supplied
tokio_listener
-based listener.