Skip to content

Commit

Permalink
Update asyncmap docs to clarify order of outputs (JuliaLang#54974)
Browse files Browse the repository at this point in the history
  • Loading branch information
haakon-e authored Aug 10, 2024
1 parent 7e809b0 commit 2e1235e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/asyncmap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Uses multiple concurrent tasks to map `f` over a collection (or multiple
equal length collections). For multiple collection arguments, `f` is
applied elementwise.
The output is guaranteed to be the same order as the elements of the collection(s) `c`.
`ntasks` specifies the number of tasks to run concurrently.
Depending on the length of the collections, if `ntasks` is unspecified,
up to 100 tasks will be used for concurrent mapping.
Expand Down

0 comments on commit 2e1235e

Please sign in to comment.