mirror of
https://github.com/s-b-repo/rustsploit
synced 2026-06-27 09:54:12 +00:00
Update job_archive.rs
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ pub enum JobStatus {
|
||||
}
|
||||
|
||||
/// Thread-safe job storage with automatic archival
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)] // Added Debug here
|
||||
pub struct JobArchive {
|
||||
/// In-memory job storage
|
||||
jobs: Arc<RwLock<VecDeque<JobResult>>>,
|
||||
|
||||
Reference in New Issue
Block a user