Parallel

Overview

Location

Class Methods


 

class method For(fromInclusive: Integer; toExclusive: Integer; body: Action2<Integer, ParallelLoopState>)

 

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

 

static func For(_ fromInclusive: Integer, _ toExclusive: Integer, _ body: Action2<Integer, ParallelLoopState>)

 

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

 

Shared Sub For(fromInclusive As Integer, toExclusive As Integer, body As Action2<Integer, ParallelLoopState>)

Parameters:

  • fromInclusive:
  • toExclusive:
  • body:

 

class method For(fromInclusive: Int64; toExclusive: Int64; body: Action2<Long, ParallelLoopState>)

 

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

 

static func For(_ fromInclusive: Int64, _ toExclusive: Int64, _ body: Action2<Long, ParallelLoopState>)

 

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

 

Shared Sub For(fromInclusive As Int64, toExclusive As Int64, body As Action2<Long, ParallelLoopState>)

Parameters:

  • fromInclusive:
  • toExclusive:
  • body:

ForEach<T>

 

class method ForEach<T>(source: Iterable<T>; body: Action3<T, ParallelLoopState, Long>)

 

static void ForEach<T>(Iterable<T> source, Action3<T, ParallelLoopState, Long> body)

 

static func ForEach<T>(_ source: Iterable<T>, _ body: Action3<T, ParallelLoopState, Long>)

 

static void ForEach<T>(Iterable<T> source, Action3<T, ParallelLoopState, Long> body)

 

Shared Sub ForEach<T>(source As Iterable<T>, body As Action3<T, ParallelLoopState, Long>)

Parameters:

  • source:
  • body:

Instance Methods


constructor  protected

 

constructor

 

Parallel()

 

init()

 

Parallel()

 

Sub New()