Partition
Namespace: MBrace.Flow.Internals
Parent Module: Utils
Functions and values
Function or value | Description |
partitionBySize getSize maxSize inputs
Signature: getSize:('T -> Async<int64>) -> maxSize:int64 -> inputs:'T [] -> Async<'T [] []>
Type parameters: 'T |
partition elements so that size in accumulated groupings does not surpass maxSize |