make scheduler accept multiple batch handlers

This commit is contained in:
ad hoc
2022-05-19 12:43:46 +02:00
parent 6a0231cb28
commit 46cdc17701
28 changed files with 484 additions and 374 deletions

View File

@ -3,6 +3,7 @@ pub mod error;
pub mod options;
mod analytics;
mod dump;
pub mod index;
pub mod index_controller;
mod index_resolver;