futureverse / future.apply

:rocket: R package: future.apply - Apply Function to Elements in Parallel using Futures
https://future.apply.futureverse.org
211 stars 16 forks source link

returned list order for future_lapply #21

Closed nick-youngblut closed 6 years ago

nick-youngblut commented 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?

HenrikBengtsson commented 6 years ago

Yes, and just like lapply().

I'll try to clarify this in the help.