Skip to content

Commit

Permalink
Merge pull request dotnet#7520 from dotnet/merges/master-to-release/f…
Browse files Browse the repository at this point in the history
…sharp5

Merge master to release/fsharp5
  • Loading branch information
dotnet-automerge-bot committed Sep 8, 2019
2 parents 6083fda + 7f93253 commit 665b33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fsharp/FSharp.Core/async.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ namespace Microsoft.FSharp.Control
static member StartImmediate:
computation:Async<unit> * ?cancellationToken:CancellationToken-> unit

/// <summary>Runs an asynchronous computation, starting immediately on the current operating system,
/// but also returns the execution as <c>System.Threading.Tasks.Task</c>
/// <summary>Runs an asynchronous computation, starting immediately on the current operating system
/// thread, but also returns the execution as <c>System.Threading.Tasks.Task</c>
/// </summary>
/// <remarks>If no cancellation token is provided then the default cancellation token is used.
/// You may prefer using this method if you want to achive a similar behviour to async await in C# as
Expand Down

0 comments on commit 665b33c

Please sign in to comment.