feat: refactor3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user