Skip to main content

session_state_async

Function session_state_async 

Source
pub async fn session_state_async(paths: &SessionPaths) -> Result<SessionState>
Expand description

Probe a muxr session socket without starting a nested Tokio runtime.

ยงErrors

  • The probe runtime IO fails after connecting to the socket.