Skip to content

[Repo Assist] Add AsyncSeq.sumBy, sumByAsync, average, averageBy, averageByAsync #120

[Repo Assist] Add AsyncSeq.sumBy, sumByAsync, average, averageBy, averageByAsync

[Repo Assist] Add AsyncSeq.sumBy, sumByAsync, average, averageBy, averageByAsync #120

Triggered via pull request February 23, 2026 20:45
Status Success
Total duration 1m 36s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs#L1928
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#L1919
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#L2050
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#L2050
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.