Skip to main content

lifecycle_event_loop

Function lifecycle_event_loop 

Source
pub async fn lifecycle_event_loop(rx: LifecycleRx, manager: Weak<McpManager>)
Expand description

The background task that owns all timer handles.

Created by McpManager::spawn(). Exits when the LifecycleRx returns None (the manager was dropped) or when a Shutdown event is received.