[Repo Assist] Add AsyncSeq.min, max, minBy, maxBy, minByAsync, maxByAsync #123
Annotations
4 warnings
|
build:
tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs#L1929
The result of groupBy must be consumed with a parallel combinator such as AsyncSeq.mapAsyncParallel. Sequential consumption will deadlock because sub-sequence completion depends on other sub-sequences being consumed concurrently.
|
|
build:
tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs#L1920
The result of groupBy must be consumed with a parallel combinator such as AsyncSeq.mapAsyncParallel. Sequential consumption will deadlock because sub-sequence completion depends on other sub-sequences being consumed concurrently.
|
|
build:
src/FSharp.Control.AsyncSeq/AsyncSeq.fs#L2063
The result of groupByAsync must be consumed with a parallel combinator such as AsyncSeq.mapAsyncParallel. Sequential consumption will deadlock because sub-sequence completion depends on other sub-sequences being consumed concurrently.
|
|
build:
src/FSharp.Control.AsyncSeq/AsyncSeq.fs#L2063
The result of groupByAsync must be consumed with a parallel combinator such as AsyncSeq.mapAsyncParallel. Sequential consumption will deadlock because sub-sequence completion depends on other sub-sequences being consumed concurrently.
|