Beispiel #1
0
 bool pop_or_not ()
 {
     return !running || !queue.empty();
 };
Beispiel #2
0
 bool empty ()
 {
     return queue.empty ();
 };