Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 7a8563a5 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Improve 'run_as_processes' backend to avoid specific kwargs loss.

- The previous implementation would result in dropping some kwargs
  (namely, 'name' and 'queue') when running a function as process.
- The new backend implementation prevents this using a wrapped
  instead of a partial function (still relying on 'functools').
parent 7715ab91
No related branches found
No related tags found
1 merge request!63Finalize DecLearn v2.4.0.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment