fix events, task limit cpu

This commit is contained in:
Awni Hannun 2025-02-27 13:17:51 -08:00 committed by Awni Hannun
parent 392bca56a6
commit 35dc8580e3

View File

@ -122,7 +122,6 @@ void array::wait() {
detach_event();
}
set_status(Status::available);
detach_event();
}
}