batchloader 0.5.0

A type-safe async request batcher based on facebook's dataloader
Documentation
1
2
3
4
5
6
mod batch;
mod data;
mod wakerset;

pub use batch::{BatchController, BatchFuture, BatchRules};
pub use data::{KeySet, ValueSet};