Documentation Home >> Headers >> <jss/mpsc_fifo.hpp> Header >> jss::poisoned_queue class

jss::poisoned_queue is an exception class thrown by operations on a queue that has been poisoned by a call to the poison() member function.

namespace jss
{
    class poisoned_queue:
        public std::exception
    {
    public:
        const char* what() const throw();
    };
}
Header

#include <jss/mpsc_fifo.hpp>

See Also