Variable BlockingQueue._buffer

Declaration

class BlockingQueue
{
  // ...
  T[] _buffer;
  // ...
}

Authors

Copyright

License