restic/src
Alexander Neumann e5ee4eba53 Add worker pool
A worker pool is needed whenever something should be done concurrently.
This small library makes it easy to create a worker pool by specifying
channels, concurrency and a function that should be executed for each
job and returns a result and an error.
2016-02-27 13:06:21 +01:00
..
cmds repository: Use backend.ID to load index 2016-02-24 22:41:32 +01:00
restic Add worker pool 2016-02-27 13:06:21 +01:00