java-dataloader
java-dataloader copied to clipboard
introduce concept of DispatchStrategy
This is port of the concept of a dispatch strategy from GraphQL Java to DataLoader itself.
It allows DataLoader to be used with an automatic dispatch strategy.
One DispatchStrategy which is based on the concept of being busy or not, is provided.