Work on extraction

This commit is contained in:
Caleb J. Gardner
2026-02-06 06:56:28 -06:00
parent 0d2576f5ee
commit f771ef7623
5 changed files with 49 additions and 31 deletions
+1
View File
@@ -59,6 +59,7 @@ pub const DecompThread = struct {
self.status.store(3, .release);
Futex.wake(&self.status, 1);
self.thr.join();
self.mgr.alloc.free(self.buf);
}
pub fn submitData(self: *DecompThread, dat: []u8, res: []u8) anyerror!usize {