Add helper to intake Eventualities

This commit is contained in:
Luke Parker
2024-08-29 14:57:43 -04:00
parent 9f4b28e5ae
commit 920303e1b4
2 changed files with 40 additions and 41 deletions

View File

@@ -242,7 +242,6 @@ impl<S: ScannerFeed> Scanner<S> {
/// Create a new scanner.
///
/// This will begin its execution, spawning several asynchronous tasks.
// TODO: Take start_time and binary search here?
pub async fn new(
db: impl Db,
feed: S,