[Repo Assist] Add AsyncSeq.isEmpty, tryHead, except #144
Annotations
2 errors and 2 warnings
|
build
Process completed with exit code 1.
|
|
build:
tests/FSharp.Control.AsyncSeq.Tests/AsyncSeqTests.fs#L3331
The block following this 'let' is unfinished. Every code block is an expression and must have a result. 'let' cannot be the final code element in a block. Consider giving this block an explicit result.
|
|
build:
src/FSharp.Control.AsyncSeq/AsyncSeq.fs#L2304
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#L2304
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.
|