Example #1
0
 public Consumer(PCBuffer buffer, int id)
 {
     this.buffer     = buffer;
     this.consumerId = id;
 }
Example #2
0
        public Producer(PCBuffer buffer, int id)
        {
            this.buffer = buffer;

            producerId = id;
        }