queue-runner: semaphore-based worker pool with atomic build claiming
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie3a8d343c3705200f0cac566227db54f6a6a6964
This commit is contained in:
parent
3fd40b7e07
commit
44d1ee1d6b
7 changed files with 1367 additions and 5 deletions
|
|
@ -19,4 +19,10 @@ anyhow.workspace = true
|
|||
thiserror.workspace = true
|
||||
clap.workspace = true
|
||||
config.workspace = true
|
||||
fc-common = { path = "../common" }
|
||||
tokio-util.workspace = true
|
||||
|
||||
# Our crates
|
||||
fc-common.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue