Exemple #1
0
 public Producer(IntBuffer _buffer)
 {
     buffer = _buffer;
 }
 public Consumer(IntBuffer _buffer)
 {
     buffer = _buffer;
 }