Closed
Description
SInce multiple hoards can be processed at once and each one may have multiple files, it may make sense to have multiple operations perform at once.
Not sure if this is best done with an async runtime like Tokio or making some background worker threads myself. A worker queue of some sort makes sense. I'll have to look into what is simplest to implement.