We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c1345 commit ab8d941Copy full SHA for ab8d941
base/asyncmap.jl
@@ -15,7 +15,7 @@ up to 100 tasks will be used for concurrent mapping.
15
16
`ntasks` can also be specified as a zero-arg function. In this case, the
17
number of tasks to run in parallel is checked before processing every element and a new
18
-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
19
of tasks.
20
21
If `batch_size` is specified, the collection is processed in batch mode. `f` must
0 commit comments