waitForAll(dependencies)
A concurrency helper which allows us to concurrently evaluate multiple asynchronous dependencies.
The dependencies may either be provided as a tuple array or as named dependencies in an object.
Because the concurrency helper is provided as a selector, it may be used by Recoil hooks in a React component, as a dependency in a Recoil selector, or anywhere a Recoil state is used.