batched

Function batched 

Source
pub fn batched<F: Future>(fut: F) -> Batched<F> 
Expand description

Allows using batch loaders from within the passed future.