1
0
Fork 0
forked from wry/wry

cpu_worker: add worker-thread framework

This commit is contained in:
Julian Orth 2024-09-07 17:18:50 +02:00
parent 874d0d0c59
commit ed4ef3c8e7
10 changed files with 718 additions and 3 deletions

View file

@ -231,7 +231,6 @@ impl IoUring {
res
}
#[expect(dead_code)]
pub fn cancel(&self, id: IoUringTaskId) {
self.ring.cancel_task(id);
}