As described in https://github.com/OverHash/supermarket-tracker/issues/2#issuecomment-1767528656, we need to investigate a cleaner way of handing out tasks. Consider using https://docs.rs/tokio/latest/tokio/sync/struct.Semaphore.html for this.
As described in #2 (comment), we need to investigate a cleaner way of handing out tasks.
Consider using https://docs.rs/tokio/latest/tokio/sync/struct.Semaphore.html for this.