Start on making replica higher-level, with some TODO's

This commit is contained in:
Dustin J. Mitchell 2020-01-12 17:52:00 -05:00
parent 4203f232ad
commit ad08991292
6 changed files with 228 additions and 73 deletions

View file

@ -17,6 +17,8 @@ mod tdb2;
pub use operation::Operation;
pub use replica::Replica;
pub use server::Server;
pub use task::Priority;
pub use task::Status;
pub use task::Task;
pub use taskdb::DB;