teepot/bin/verify-era-proof-attestation/src/processor
Harald Hoyer 95b6a2d70a
refactor(verify-era-proof-attestation): replace watch channel with CancellationToken
Refactored stop signal handling in all components to use `tokio_util::sync::CancellationToken` instead of `tokio::sync::watch`.

- Improved cancellation logic by leveraging `CancellationToken` for cleaner and more efficient handling.
- Updated corresponding dependency to `tokio-util` version `0.7.14`.
2025-04-07 08:54:00 +02:00
..
batch_processor.rs refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00
continuous_processor.rs refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00
mod.rs refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00
one_shot_processor.rs refactor(verify-era-proof-attestation): replace watch channel with CancellationToken 2025-04-07 08:54:00 +02:00