pub type HeapProd<T> = CachingProd<Arc<HeapRb<T>>>;
Alias for HeapRb producer.
HeapRb
struct HeapProd<T> { /* private fields */ }