Create ChangeProcessor for routing events from imfs to tree to message queue

This commit is contained in:
Lucien Greathouse
2019-09-23 16:09:58 -07:00
parent bd33aebc3d
commit 2440d9fc48
3 changed files with 152 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ pub mod commands;
pub mod project;
mod auth_cookie;
mod change_processor;
mod imfs;
mod message_queue;
mod multimap;