summaryrefslogtreecommitdiff
path: root/pkg/parallel/parallel_linux.go
Commit message (Collapse)AuthorAge
* Add parallel execution code for container operationsMatthew Heon2020-06-05
This code will run container operations in parallel, up to a given maximum number of threads. Currently, it has only been enabled for local `podman rm` as a proof of concept. Signed-off-by: Matthew Heon <matthew.heon@pm.me>