MultiThreaded

StockSharp.Xaml.Charting.Threading

Methods

For
internal static void For(int fromInclusive, int toExclusive, Action<int> action)
MultiThreaded.For(fromInclusive, toExclusive, action)

Parallel for loop. Invokes given action, passing arguments fromInclusive - toExclusive on multiple threads. Returns when loop finished.