After fixing the UGENE-1139, the "Save a copy" functionality will take a lot of time for some files (e.g. copying big assemblies). But the current implementation makes cloning of objects in main thread and then runs SaveDocumentTask.
It is needed to make the separate task for the whole copying process for making all actions (cloning+saving) in separate thread.
- relates to
-
UGENE-1139 Review: GObject::clone()
- Closed