Skip to content

Commit fe1aafa

Browse files
committed
Merge branch 'forloop-with-iasyncenumerable-with-task-and-async' into pr/99
2 parents 89dd0ec + 9190789 commit fe1aafa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/FSharp.Control.TaskSeq.Test/TaskSeq.Extensions.Tests.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ module TaskBuilder =
3030
// ||> TaskSeq.fold((+))
3131
Assert.Equal(55, sum)
3232
}
33-

src/FSharp.Control.TaskSeq/TaskSeq.fsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,4 +596,3 @@ module AsyncSeqExtensions =
596596
member inline For:
597597
tasksq: System.Collections.Generic.IAsyncEnumerable<'T> * body: ('T -> TaskCode<'TOverall, unit>) ->
598598
TaskCode<'TOverall, unit>
599-

0 commit comments

Comments
 (0)