Skip to content

Commit

Permalink
fix asyncmap docs typo (#43571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Feb 12, 2022
1 parent e422590 commit 4c101a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/asyncmap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ up to 100 tasks will be used for concurrent mapping.
`ntasks` can also be specified as a zero-arg function. In this case, the
number of tasks to run in parallel is checked before processing every element and a new
task started if the value of `ntasks_func` is less than the current number
task started if the value of `ntasks_func` is greater than the current number
of tasks.
If `batch_size` is specified, the collection is processed in batch mode. `f` must
Expand Down

0 comments on commit 4c101a1

Please sign in to comment.