| 9 | }; |
| 10 | use tokio::sync::mpsc::{channel, Sender}; |
| 11 | |
| 12 | pub(crate) struct SkipExecutor { |
| 13 | timer: slint::Timer, |
| 14 | pub(crate) executor: Executor, |
| 15 | is_skip: Arc<AtomicBool>, |
| 16 | } |
| 17 | |
| 18 | impl SkipExecutor { |
nothing calls this directly
no outgoing calls
no test coverage detected