We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593db0d commit b4ce4eeCopy full SHA for b4ce4ee
src/FSharp.Control.TaskSeq/Utils.fsi
@@ -93,7 +93,7 @@ module Async =
93
/// Convert a non-generic Task into an Async<unit>
94
val inline ofUnitTask: task: Task -> Async<unit>
95
96
- /// Starts a running instance of an Async<'T>, represented as a Task<'T>
+ /// Starts the `Async<'T>` computation, returning the associated `Task<'T>`
97
val inline toTask: async: Async<'T> -> Task<'T>
98
99
/// Convert an Async<'T> into an Async<unit>, ignoring the result
0 commit comments