Parallel

Overview

Location

Class Methods


For (Int32, Int32, block(Int32, ParallelLoopState))  virtual

 

class method For(fromInclusive: Int32; toExclusive: Int32; body: block(Int32, ParallelLoopState))

 

static void For(Int32 fromInclusive, Int32 toExclusive, Action<Int32, ParallelLoopState> body)

 

static func For(_ fromInclusive: Int32, _ toExclusive: Int32, _ body: (Int32, ParallelLoopState) -> ())

 

static void For(Int32 fromInclusive, Int32 toExclusive, Action2<Int32, ParallelLoopState> body)

 

Shared Sub For(fromInclusive As Int32, toExclusive As Int32, body As Action (Of Int32, ParallelLoopState))

Parameters:

  • fromInclusive:
  • toExclusive:
  • body:

For (Int64, Int64, block(Int64, ParallelLoopState))  virtual

 

class method For(fromInclusive: Int64; toExclusive: Int64; body: block(Int64, ParallelLoopState))

 

static void For(Int64 fromInclusive, Int64 toExclusive, Action<Int64, ParallelLoopState> body)

 

static func For(_ fromInclusive: Int64, _ toExclusive: Int64, _ body: (Int64, ParallelLoopState) -> ())

 

static void For(Int64 fromInclusive, Int64 toExclusive, Action2<Int64, ParallelLoopState> body)

 

Shared Sub For(fromInclusive As Int64, toExclusive As Int64, body As Action (Of Int64, ParallelLoopState))

Parameters:

  • fromInclusive:
  • toExclusive:
  • body:

ForEach<TSource>  virtual

 

class method ForEach<TSource>(source: INSFastEnumeration<TSource>; body: block(TSource, ParallelLoopState, Int64))

 

static void ForEach<TSource>(INSFastEnumeration<TSource> source, Action<TSource, ParallelLoopState, Int64> body)

 

static func ForEach<TSource>(_ source: INSFastEnumeration<TSource>, _ body: (TSource, ParallelLoopState, Int64) -> ())

 

static void ForEach<TSource>(INSFastEnumeration<TSource> source, Action3<TSource, ParallelLoopState, Int64> body)

 

Shared Sub ForEach<TSource>(source As INSFastEnumeration<TSource>, body As Action (Of TSource, ParallelLoopState, Int64))

Parameters:

  • source:
  • body: