Files
restic/internal
Alexander Neumann 581c62ee72 archiver: Improve error handling
This commit changes how the worker goroutines for saving e.g. blobs
interact. Before, it was possible to get stuck sending an instruction to
archive a file or dir when no worker goroutines were available any more.
This commit introduces a `done` channel for each of the worker pools,
which is set to the channel returned by `tomb.Dying()`, so it is closed
when the first worker returned an error.
2018-05-12 23:55:54 +02:00
..
2018-05-12 23:55:54 +02:00
2018-05-01 16:27:44 +02:00
2018-04-25 14:42:45 +02:00
2018-05-01 14:38:41 +02:00
2018-03-04 20:11:29 +00:00
2017-07-23 14:19:13 +02:00
2018-03-03 15:49:44 +01:00
2018-01-23 22:39:51 -05:00
2018-03-03 15:49:44 +01:00
2018-05-01 14:38:59 +02:00
2017-07-23 14:21:03 +02:00