Skip to main content

drive_async_authenticated

Function drive_async_authenticated 

Source
pub async fn drive_async_authenticated<'transport, 'request, 'policy, 'writer, 'buffer, T>(
    transport: &'transport T,
    request: AuthenticatedRequest<'request, 'policy>,
    response: &'writer mut ResponseWriter<'buffer>,
) -> Result<(), AsyncExecutionError<T::Error>>
where T: AsyncAuthenticatedTransport + ?Sized, 'transport: 'writer, 'request: 'writer, 'policy: 'writer, 'buffer: 'writer,
Expand description

Drives one authenticated cross-thread async attempt and commits after Ready(Ok).