Skip to content

Commit 2e1235e

Browse files
authored
Update asyncmap docs to clarify order of outputs (#54974)
1 parent 7e809b0 commit 2e1235e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/asyncmap.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Uses multiple concurrent tasks to map `f` over a collection (or multiple
99
equal length collections). For multiple collection arguments, `f` is
1010
applied elementwise.
1111
12+
The output is guaranteed to be the same order as the elements of the collection(s) `c`.
13+
1214
`ntasks` specifies the number of tasks to run concurrently.
1315
Depending on the length of the collections, if `ntasks` is unspecified,
1416
up to 100 tasks will be used for concurrent mapping.

0 commit comments

Comments
 (0)