aboutsummaryrefslogtreecommitdiffstats
path: root/src/router/workers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/workers.rs')
-rw-r--r--src/router/workers.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/workers.rs b/src/router/workers.rs
index da5b600..2f7977c 100644
--- a/src/router/workers.rs
+++ b/src/router/workers.rs
@@ -136,7 +136,7 @@ pub fn worker_outbound(
}
}
-fn worker_parallel(
+pub fn worker_parallel(
stopped: Arc<AtomicBool>, // stop workers (device has been dropped)
parked: Arc<AtomicBool>, // thread has been parked?
local: Worker<JobParallel>, // local job queue (local to thread)