poll_once

Function poll_once 

Source
async fn poll_once(
    client: &Client,
    state: &Arc<AppState>,
    clock: &ClockHandle,
) -> Result<Option<(SignedManifestSet, VerifiedFleetSnapshot)>>