> * @return The details of all existing clients. > */ > Iterable<? extends Client> listClients(); > > /** > + * Lists the details of all existing clients, but executing concurrently > using the threads available in the ExecutorService. > + * > + * @return The details of all existing clients. > + */ > + Iterable<? extends Client> listClientsConcurrently(ExecutorService > executorService);
See comment above --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/47/files#r15115209
