C# 클래스 concord.Builders.ThreadingManagers.RunOnTaskParallel

상속: IParallelManager
파일 보기 프로젝트 열기: uShip/Concord

공개 메소드들

메소드 설명
RunActionsParallel ( int maxConcurrentRunners, IEnumerable buildSortedAllActions, CancellationToken token, TextWriterWrapper stdOut, ProgressStats runningTests, Stopwatch totalRuntime, ConcurrentBag testResults ) : void

메소드 상세

RunActionsParallel() 공개 메소드

public RunActionsParallel ( int maxConcurrentRunners, IEnumerable buildSortedAllActions, CancellationToken token, TextWriterWrapper stdOut, ProgressStats runningTests, Stopwatch totalRuntime, ConcurrentBag testResults ) : void
maxConcurrentRunners int
buildSortedAllActions IEnumerable
token System.Threading.CancellationToken
stdOut concord.Wrappers.TextWriterWrapper
runningTests ProgressStats
totalRuntime Stopwatch
testResults ConcurrentBag
리턴 void