We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ac471 commit 377025aCopy full SHA for 377025a
src/FSharp.Control.TaskSeq/Utils.fsi
@@ -55,7 +55,7 @@ module Task =
55
/// Create a task from a value
56
val inline fromResult: value: 'U -> Task<'U>
57
58
- /// Starts a running instance of an Async<'T>, represented as a Task<'T>
+ /// Starts the `Async<'T>` computation, returning the associated `Task<'T>`
59
val inline ofAsync: async: Async<'T> -> Task<'T>
60
61
/// Convert a non-generic Task into a Task<unit>
0 commit comments