[][src]Crate batchloader

Structs

BatchController
BatchFuture
BatchRules
KeySet

A set of keys passed into a batch loader function. Use the keys method to get the set of keys, all of which will be unique, so that you can execute your request. Then, use the into_key_values function to transform your response data into a ValueSet, which is handed back to the batch loader.

ValueSet

A value set is an opaque data structure that contains the result of a batch operation. It is created with KeySet::into_values, and is used by the Batcher to distribute the values to the correct waiting futures.