async_dataloader 0.1.3

Powerful tool for avoiding N+1 queries using async/await, based on the DataLoader pattern.
Documentation

async_dataloader

Powerful tool for avoiding N+1 queries using async/await, based on the DataLoader pattern.

data_loader batches loads which occur during a single "poll" - no artificial delay required.

Design inspired by https://github.com/exAspArk/batch-loader and https://github.com/graphql/dataloader