Function start_service

Source
pub fn start_service(
    attribution_data_service: Arc<impl AttributionDataProvider + 'static>,
    kernel_stats_proxy: StatsProxy,
    stall_provider: Arc<impl StallProvider>,
    memory_monitor2_config: Config,
    memorypressure_proxy: ProviderProxy,
    bucket_definitions: Arc<[BucketDefinition]>,
) -> Result<ServiceTask>
Expand description

Begins to serve the inspect tree, and returns an object holding the server’s resources. Dropping the ServiceTask stops the service.