-
- Downloads
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
Loading
Please register or sign in to comment