Moved queue into separate module.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
2026-01-30 13:58:55 -05:00
parent a5e6d1c6e2
commit 5833d20ea6
9 changed files with 26 additions and 17 deletions

2
src/queue.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod data_director;
pub mod router;