Exemple #1
0
 public ListenerActor(TestLatch fooLatch, TestLatch barLatch, AtomicCounter barCount)
 {
     _fooLatch = fooLatch;
     _barLatch = barLatch;
     _barCount = barCount;
     Listeners = new ListenerSupport();
 }
Exemple #2
0
 public BroadcastActor()
 {
     Listeners = new ListenerSupport();
 }