tests: fix ol' forker dumping core in tests
This commit is contained in:
parent
3bd1813d50
commit
22b7fb2ced
5 changed files with 34 additions and 6 deletions
|
|
@ -409,6 +409,7 @@ impl IoUringData {
|
|||
}
|
||||
|
||||
fn kill(&self) {
|
||||
self.eng.stop();
|
||||
let mut to_cancel = vec![];
|
||||
for task in self.tasks.lock().values() {
|
||||
if !task.is_cancel() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue