From 5e2999e3fef6ca69f7c397a5c2c7a03ab9bec2b0 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Mon, 15 Apr 2019 11:33:00 +0200 Subject: [PATCH] Readme up --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index db030e4..e012dd1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,13 @@ # Parallel run and write in python +This modules aims at providing a simple way to run taks in parallel in a degraded environement : + ++ Tasks can continue to run even if some fails, errors will be logged ++ Output and errors logs can be unified among the tasks ++ Logs can be order the same way as the tasks for better lisibility + +## Usage + Do a parallel imap[_unordered](func, tasks) with numProc processes + func should always return something + Tasks should be an iterable which items are acceptable args for func -- GitLab