improve multithreaded db.rs
@ -184,6 +184,8 @@ pub struct DBIterator {
just_seeked: bool,
}
unsafe impl Send for DBIterator {}
pub enum Direction {
Forward,
Reverse,