Exemplo n.º 1
0
 bool pop_or_not ()
 {
     return !running || !queue.empty();
 };
Exemplo n.º 2
0
 bool empty ()
 {
     return queue.empty ();
 };