Function serve_forever

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