feat: refactor3

This commit is contained in:
2025-05-23 17:13:05 +02:00
parent 882f38b90f
commit c4d4de67b0
4 changed files with 74 additions and 67 deletions

View File

@@ -55,7 +55,6 @@ pub const Tab = struct {
self.currentLocation = newLocationContainer;
self.currentLocationChanged.notify(newLocationContainer);
std.debug.print("\nASD1\n", .{});
//TODO: Proper error handling
std.Thread.Pool.spawn(self.threadPool, loadItemsWrapper, .{ self, newLocationContainer }) catch unreachable;
@@ -119,7 +118,6 @@ pub const Tab = struct {
defer self.currentItems.mutex.unlock();
self.currentItemsChanged = true;
}
std.debug.print("\nASDX\n", .{});
}
pub fn deinit(self: *Tab) void {