Skip to main content

drive_session_io

Function drive_session_io 

Source
pub fn drive_session_io(session: &mut RmwSession, timeout_ms: i32)
Expand description

Drive middleware I/O for pull-based backends.

Delegates to Session::drive_io(), which each backend implements appropriately (no-op for push-based, poll for pull-based).

Used by the C API executor before polling handles.