Module dataloader

Source
Expand description

Types related to the dataloader.

Dataloaders should only be used for fetching data. If you need to batch writes, use a Batcher instead.

Traits§

DataLoaderFetcher
A trait for fetching data in batches

Structs§

DataLoaderBuilder
A builder for a DataLoader
DataLoader
A dataloader used to batch requests to a DataLoaderFetcher