make crate

This commit is contained in:
Timur Gordon
2025-08-07 10:15:23 +02:00
parent f0888e6f04
commit 0a118533c4
2 changed files with 54 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ use crate::engine::eval_script;
use crate::actor_trait::{Worker, WorkerConfig};
use crate::initialize_redis_connection;
use baobab_actor::{actor_trait::Actor, spawn_actor};
/// Represents a running job with its handle and metadata
#[derive(Debug)]
struct RunningJob {