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
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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,