We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377025a commit 593db0dCopy full SHA for 593db0d
src/FSharp.Control.TaskSeq/Utils.fsi
@@ -52,7 +52,7 @@ module ValueTask =
52
53
module Task =
54
55
- /// Create a task from a value
+ /// Creates a Task<'U> that's completed successfully with the specified result.
56
val inline fromResult: value: 'U -> Task<'U>
57
58
/// Starts the `Async<'T>` computation, returning the associated `Task<'T>`
0 commit comments