Variable BlockingQueue._condition

Declaration

class BlockingQueue
{
  // ...
  Condition _condition;
  // ...
}

Authors

Copyright

License