A simple decorator inspired by dataloader #346
onhate
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I've create a lib heavily inspired by dataloader, that makes it easier to implement parallel async calls batching using simply annotations (or creating a custom Batcher if you want), you just need to decorate your class method with
@InBatches()
and all the magic happens in the background for you, check it out.https://github.com/onhate/inbatches
Beta Was this translation helpful? Give feedback.
All reactions