MBrace.Flow


Take

Namespace: MBrace.Flow.Internals.Consumers

Functions and values

Function or valueDescription
take n flow
Signature: n:int -> flow:CloudFlow<'T> -> CloudFlow<'T>
Type parameters: 'T

Returns the elements of a CloudFlow up to a specified count.

Fork me on GitHub