We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723b1dc commit 308a54eCopy full SHA for 308a54e
src/FSharp.Core/async.fsi
@@ -807,7 +807,7 @@ namespace Microsoft.FSharp.Control
807
///
808
/// printfn "C"
809
/// </code>
810
- /// Prints "C", then "A" quickly, and then "B" 1 second later
+ /// Prints "C" and "A" quickly in any order, and then "B" 1 second later
811
/// </example>
812
static member Sleep: millisecondsDueTime:int -> Async<unit>
813
0 commit comments