Skip to main content

Module cancellation

Module cancellation 

Source
Expand description

Cancellation mechanism for attempt execution.

This module provides cooperative cancellation support for attempt execution. A cancellation token can be checked by handlers to determine if execution should be terminated early.

Structsยง

CancellationContext
A context that provides access to a cancellation token.
CancellationToken
A token that can be used to signal cancellation to an ongoing operation.