Exemplo n.º 1
0
 public SecondProducer(Queue<string> q, SyncEvents e)
 {
     _queue = q;
     _syncEvents = e;
 }
Exemplo n.º 2
0
 public Producer(Queue <string> q, SyncEvents e)
 {
     _queue      = q;
     _syncEvents = e;
 }