We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3d21c commit bbc425eCopy full SHA for bbc425e
src/utils/daemon.rs
@@ -12,6 +12,9 @@ use std::sync::Arc;
12
use std::thread;
13
use std::time::{Duration, Instant};
14
15
+/// Run the registry watcher
16
+/// NOTE: this should only be run once, otherwise crates would be added
17
+/// to the queue multiple times.
18
pub fn watch_registry(
19
build_queue: Arc<BuildQueue>,
20
config: Arc<Config>,
0 commit comments