pub(crate) fn fake_mpsc<T: HasMemoryCost + Debug + Send>( buffer: usize, ) -> (Sender<T, MpscSpec>, Receiver<T, MpscSpec>)
Make an MPSC queue, of any type, that participates in memquota, but a fake one for testing