File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/FSharp.Control.TaskSeq Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ open Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicOperators
1414[<AutoOpen>]
1515module TaskExtensions =
1616
17- // Add asynchronous for loop to the 'task' computation builder
18- type Microsoft.FSharp.Control.TaskBuilder with
17+ // Add asynchronous for loop to the 'task' and 'backgroundTask' computation builders
18+ type TaskBuilderBase with
1919
2020 /// Used by ` For ` . F# currently doesn't support ` while! ` , so this cannot be called directly from the task CE
2121 /// This code is mostly a copy of TaskSeq.WhileAsync.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace FSharp.Control
55[<AutoOpen>]
66module TaskExtensions =
77
8- type TaskBuilder with
8+ type TaskBuilderBase with
99
1010 /// <summary >
1111 /// Inside <see cref =" task " />, iterate over all values of a <see cref =" taskSeq " />.
You can’t perform that action at this time.
0 commit comments