partial refactor to separate taskdb and storage

This commit is contained in:
Dustin J. Mitchell 2020-01-05 13:17:07 -05:00
parent 727db7f669
commit e228c99b83
8 changed files with 208 additions and 78 deletions

View file

@ -10,6 +10,7 @@ mod replica;
mod server;
mod task;
mod taskdb;
mod taskstorage;
mod tdb2;
pub use operation::Operation;