pub fn task(
    keys_expected: usize
) -> (impl Future<Output = Result<()>>, Sender<Command>)
Expand description

Provides an asynchronous task and a command channel that can run and drive an in-memory offset store.