feat: implement common job trait & better interface for scheduler & workers

This commit is contained in:
2025-09-13 00:17:53 -05:00
parent dcc564dee6
commit 9d720bb0a7
5 changed files with 167 additions and 73 deletions

View File

@@ -1,3 +1,4 @@
pub mod jobs;
pub mod scheduler;
pub mod worker;