//! # Spark Channel Cancellation Token
//!
//! This module contains a cancellation token that wraps the [`CancellationToken`] type from the [`tokio-util`] crate. This is used to cancel the execution of a running task.
use CancellationToken;
use crateSparkChannelCancellationTrait;
/// A cancellation token for the Spark Channel.
;