introduce concept of DispatchStrategy by andimarek · Pull Request #243 · graphql-java/java-dataloader
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.