Function async_dataloader::batched[][src]

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

Notable traits for Batched<F>

impl<F: Future> Future for Batched<F> type Output = F::Output;

Allows using batch loaders from within the passed future.