Introduce the core algorithm of task cancelation

This commit is contained in:
Kerollmops
2022-10-18 13:47:22 +02:00
committed by Clément Renault
parent b2c5bc67b7
commit 725158b454
6 changed files with 57 additions and 20 deletions

View File

@ -115,7 +115,7 @@ pub enum KindDump {
},
TaskCancelation {
query: String,
tasks: Vec<TaskId>,
tasks: RoaringBitmap,
},
TasksDeletion {
query: String,