split lib

This commit is contained in:
Aleksey Kladov 2018-09-01 18:16:08 +03:00
parent 4268fbeaa1
commit e8515fecd7
3 changed files with 42 additions and 31 deletions

View file

@ -26,7 +26,7 @@ enum Task {
Notify(RawNotification),
}
pub(super) fn main_loop(
pub fn main_loop(
root: PathBuf,
msg_receriver: &mut Receiver<RawMessage>,
msg_sender: &mut Sender<RawMessage>,