Migrate to forgejo
This commit is contained in:
parent
828f8a9231
commit
4c6441182b
11 changed files with 211 additions and 233 deletions
|
|
@ -147,7 +147,7 @@ def parallel_map(
|
|||
serialized_map_function = dill.dumps(func, byref=True, recurse=False)
|
||||
|
||||
processes = [
|
||||
ctx.Process( # type: ignore
|
||||
ctx.Process(
|
||||
name=f"parallel_map_{config.function_name}_{i}",
|
||||
target=mapper_function,
|
||||
daemon=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue