C# 클래스 GameRevision.GW2Emu.Common.ParallelUtils

Class taken from Stackoverflow: http://stackoverflow.com/questions/8671771/whats-the-best-way-of-achieving-a-parallel-infinite-loop
파일 보기 프로젝트 열기: puppt/GW2Emu

공개 메소드들

메소드 설명
While ( Func condition, System.Action body ) : void

비공개 메소드들

메소드 설명
IterateUntilFalse ( Func condition ) : IEnumerable

메소드 상세

While() 공개 정적인 메소드

public static While ( Func condition, System.Action body ) : void
condition Func
body System.Action
리턴 void