pub fn cancel_flow_wait_deadline(wait: CancelFlowWait) -> Option<Duration>Expand description
Convert a CancelFlowWait into the deadline passed to
wait_for_flow_cancellation. NoWait returns None — the caller
must skip the wait entirely.
pub fn cancel_flow_wait_deadline(wait: CancelFlowWait) -> Option<Duration>Convert a CancelFlowWait into the deadline passed to
wait_for_flow_cancellation. NoWait returns None — the caller
must skip the wait entirely.