Closed nick-youngblut closed 6 years ago
I can't find this in the docs, so I'm asking it here: does future_lapply always return a list in the same order as the input list, regardless of the backend used?
future_lapply
Yes, and just like lapply().
lapply()
I'll try to clarify this in the help.
I can't find this in the docs, so I'm asking it here: does
future_lapply
always return a list in the same order as the input list, regardless of the backend used?