Function akka_projection_rs_commitlog::offset_store::task  
source · pub fn task(
    commit_log: FileLog,
    keys_expected: usize,
    offset_store_id: OffsetStoreId
) -> (impl Future<Output = Result<()>>, Sender<Command>)Expand description
Provides an asynchronous task and a command channel that can run and drive an offset store.