pub type Queue<T> = Arc<RwLock<PriorityQueue<T, OrderedFloat<f64>>>>;
pub struct Queue<T> { /* private fields */ }