C# Class GameRevision.GW2Emu.Common.ParallelUtils

Class taken from Stackoverflow: http://stackoverflow.com/questions/8671771/whats-the-best-way-of-achieving-a-parallel-infinite-loop
Afficher le fichier Open project: puppt/GW2Emu

Méthodes publiques

Méthode Description
While ( Func condition, System.Action body ) : void

Private Methods

Méthode Description
IterateUntilFalse ( Func condition ) : IEnumerable

Method Details

While() public static méthode

public static While ( Func condition, System.Action body ) : void
condition Func
body System.Action
Résultat void