shm: close client buffers in the cpu worker
This commit is contained in:
parent
d40e605f66
commit
ece56d91d3
7 changed files with 79 additions and 16 deletions
|
|
@ -140,7 +140,6 @@ pub enum CpuWorkerError {
|
|||
}
|
||||
|
||||
impl PendingJob {
|
||||
#[expect(dead_code)]
|
||||
pub fn detach(self) {
|
||||
match self.job_data.state.get() {
|
||||
PendingJobState::Waiting => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue