LIB: overhaul file operations and improve overall performance
This introduces a lot of changes and uses a more solid file copy operation.
This commit is contained in:
@@ -101,7 +101,7 @@ data MyView = MkMyView {
|
||||
, rawModel :: TVar (ListStore Item)
|
||||
, sortedModel :: TVar (TypedTreeModelSort Item)
|
||||
, filteredModel :: TVar (TypedTreeModelFilter Item)
|
||||
, operationBuffer :: TVar FileOperation
|
||||
, operationBuffer :: TVar (FileOperation FileInfo)
|
||||
, inotify :: MVar INotify
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user