feat: multithreading

Multithreading in tokio::main and also a new queue system for LepTess (libtesseract)
This commit is contained in:
2024-01-07 23:52:49 +07:00
parent 077c3bfd2a
commit b7519ac75a
4 changed files with 106 additions and 73 deletions

View File

@ -224,7 +224,7 @@ pub fn parse_cards_from_katana_klu_lookup(content: &String) -> Option<Card> {
None => {
error!("Failed to parse wishlist number: {}", content);
return None;
},
}
}
}
let wishlist = match line_split?.nth(1) {