Definition and delineation of tasks within the scanner

Also defines primitives for the processor.
This commit is contained in:
Luke Parker
2024-08-20 11:57:56 -04:00
parent 57a0ba966b
commit 8763ef23ed
15 changed files with 653 additions and 105 deletions

View File

@@ -18,10 +18,12 @@ use log::{info, error};
use tokio::time::sleep;
/* TODO
#[cfg(not(test))]
mod scanner;
#[cfg(test)]
pub mod scanner;
*/
use scanner::{ScannerEvent, ScannerHandle, Scanner};