Destroy a jss::mpsc_fifo instance and any elements
that have been pushed and not yet removed.
~mpsc_fifo();
- Effects:
Destroys any elements in the queue that have not yet been removed
by a call to pop(). Destroys *this.
- Throws:
Nothing.
#include <jss/mpsc_fifo.hpp>