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 7e809b0 commit 2e1235eCopy full SHA for 2e1235e
base/asyncmap.jl
@@ -9,6 +9,8 @@ Uses multiple concurrent tasks to map `f` over a collection (or multiple
9
equal length collections). For multiple collection arguments, `f` is
10
applied elementwise.
11
12
+The output is guaranteed to be the same order as the elements of the collection(s) `c`.
13
+
14
`ntasks` specifies the number of tasks to run concurrently.
15
Depending on the length of the collections, if `ntasks` is unspecified,
16
up to 100 tasks will be used for concurrent mapping.
0 commit comments