mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of multiprocessing
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
fa3eda57b1
commit
1b0b40e30c
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ def enter_mainloop(
|
|||
it just join the process and return the data.
|
||||
|
||||
target
|
||||
the function you want to execute in multiproccessing
|
||||
the function you want to execute in multiprocessing
|
||||
pool
|
||||
pool object can be None if you want a default pool, but you ll
|
||||
have then to define pool_size instead
|
||||
|
@ -123,7 +123,7 @@ def enter_mainloop(
|
|||
signal that 'target' is finished and we need to join
|
||||
the pool
|
||||
queue
|
||||
A custom multiproccessing queue in case you want to do
|
||||
A custom multiprocessing queue in case you want to do
|
||||
extra stuff and need it later in your program
|
||||
args
|
||||
positional arguments to call the function with
|
||||
|
|
Loading…
Add table
Reference in a new issue