Replies: 1 comment 1 reply
-
Hi, in what sense do you mean scatter/gather here, do you have something more concrete to use for explaining? For example that wrapper method? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Maybe I am overseeing things in the documentation but is there a way to do scatter/gather operations without using iteration functionality (like map). I mean to have it as a direct api call.
I do it now with a map and it works well, but I am wondering if I am overseeing something in the documentation.
Off course nothing prevents me from hiding the implementation with map behind a simple function interface but I am asking first.
Jan
Beta Was this translation helpful? Give feedback.
All reactions