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.

Structs§

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

Traits§

DataLoaderFetcher
A trait for fetching data in batches