mirror of
https://github.com/restic/restic.git
synced 2026-04-03 11:48:52 +00:00
After reading and chunking all data in a file, the FutureFile still has to wait until the FutureBlobs are completed. This was done synchronously which results in blocking the file saver and prevents the next file from being read. By replacing the FutureBlob with a callback, it becomes possible to complete the FutureFile asynchronously.
4.0 KiB
4.0 KiB