WorkerRef
Namespace: MBrace.Core.Internals
Functions and values
Function or value | Description |
partition(workers inputs)
Signature: workers:IWorkerRef [] -> inputs:'T [] -> (IWorkerRef * 'T []) []
Type parameters: 'T |
Partitions a set of inputs to workers. |
partitionWeighted(weight workers inputs)
Signature: weight:(IWorkerRef -> int) -> workers:IWorkerRef [] -> inputs:'T [] -> (IWorkerRef * 'T []) []
Type parameters: 'T |
Partitions a set of inputs according to a weighted set of workers. |