summaryrefslogtreecommitdiffstats
path: root/src/context/worker_context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/worker_context.rs')
-rw-r--r--src/context/worker_context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/worker_context.rs b/src/context/worker_context.rs
index b97df99..bd0802c 100644
--- a/src/context/worker_context.rs
+++ b/src/context/worker_context.rs
@@ -3,8 +3,8 @@ use std::collections::VecDeque;
use std::sync::mpsc;
use std::thread;
+use crate::event::AppEvent;
use crate::io::{IoWorkerObserver, IoWorkerProgress, IoWorkerThread};
-use crate::util::event::AppEvent;
pub struct WorkerContext {
// queue of IO workers