Skip to content

Commit

Permalink
Update asyncmap docs to clarify order of outputs (#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

2 comments on commit 2e1235e

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Please sign in to comment.