Page 1 of 1
Copy/Paste operation is now performed asynchronously
Posted: 02.04.2017, 20:45
by Dreamer
Copy/Paste operation is now performed asynchronously (set CopyPasteInThread=0 for old behavior)
Marek, could you explain how it works, please, what is different?
Re: Copy/Paste operation is now performed asynchronously
Posted: 02.04.2017, 22:35
by Marek
You can see it only with copy/paste some big file.
The old transfer was blocking - you must wait until the operation is over.
With the new transfer you can continue working.
Re: Copy/Paste operation is now performed asynchronously
Posted: 02.04.2017, 22:49
by Dreamer
Thanks for explanation, Marek, term "asynchronously" was a bit unclear to me. I hoped it will be something like this, I already tested and it really works, great work!
