コード例 #1
0
ファイル: ListenerSpec.cs プロジェクト: ClusterReply/akka.net
 public ListenerActor(TestLatch fooLatch, TestLatch barLatch, AtomicCounter barCount)
 {
     _fooLatch = fooLatch;
     _barLatch = barLatch;
     _barCount = barCount;
     Listeners = new ListenerSupport();
 }
コード例 #2
0
ファイル: ListenerSpec.cs プロジェクト: njannink/sonarlint-vs
 public BroadcastActor()
 {
     Listeners = new ListenerSupport();
 }