C# 클래스 Disruptor.PerfTests.Support.EventCountingQueueProcessor

파일 보기 프로젝트 열기: disruptor-net/Disruptor-net 1 사용 예제들

공개 메소드들

메소드 설명
EventCountingQueueProcessor ( BlockingCollection blockingQueue, PaddedLong counters, int index ) : System.Collections.Concurrent
Halt ( ) : void
Run ( ) : void

메소드 상세

EventCountingQueueProcessor() 공개 메소드

public EventCountingQueueProcessor ( BlockingCollection blockingQueue, PaddedLong counters, int index ) : System.Collections.Concurrent
blockingQueue BlockingCollection
counters Disruptor.Tests.Support.PaddedLong
index int
리턴 System.Collections.Concurrent

Halt() 공개 메소드

public Halt ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void