Function serve_forever

Source
pub async fn serve_forever(
    kernel_stats: impl StatsProxyInterface,
    stall_provider: Arc<impl StallProvider>,
)