limit_stream.RdLimit the number of chunks that can run through a stream, closing once a maximum length is reached
limit_stream(max_length = 0L, size_fn, ...)the maximum number of chunks that can run through a stream
a function that is used to increment the size counter
arguments passed to TransformStream
Other functionals:
batch_stream(),
collect_stream(),
filter_stream(),
flatten_stream(),
map_stream(),
reduce_stream(),
walk_stream()