Closed wangjunbo4 closed 4 months ago
Is it possible to provide a front() method while using this queue in a MPSC enviorment?
No, because there's no way to guarantee it would only be used by a single consumer.
okk, thanks
Is it possible to provide a front() method while using this queue in a MPSC enviorment?