summaryrefslogtreecommitdiffstats
path: root/src/context.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-16 16:14:17 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-16 16:14:17 -0400
commitc6edd4e5d5cbcbc16063a10181aee9626822d273 (patch)
tree5524d52e5fb6f288be943c4882973dd1839a95f3 /src/context.rs
parent50f67156b783c3f533214ddfa8e79bd979d76278 (diff)
better error handling for threads
- code cleanup
Diffstat (limited to 'src/context.rs')
-rw-r--r--src/context.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/context.rs b/src/context.rs
index 0135674..0370f1b 100644
--- a/src/context.rs
+++ b/src/context.rs
@@ -1,5 +1,4 @@
use std::collections::VecDeque;
-use std::sync::mpsc;
use crate::config;
use crate::io::IOWorkerThread;