1
0
Fork 0
forked from wry/wry

shm: close client buffers in the cpu worker

This commit is contained in:
Julian Orth 2024-09-07 22:54:36 +02:00
parent d40e605f66
commit ece56d91d3
7 changed files with 79 additions and 16 deletions

View file

@ -140,7 +140,6 @@ pub enum CpuWorkerError {
}
impl PendingJob {
#[expect(dead_code)]
pub fn detach(self) {
match self.job_data.state.get() {
PendingJobState::Waiting => {