mirror of
https://github.com/matter-labs/teepot.git
synced 2025-10-28 04:14:09 +01:00
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`. |
||
|---|---|---|
| .. | ||
| client | ||
| core | ||
| processor | ||
| proof | ||
| verification | ||
| error.rs | ||
| main.rs | ||