File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415,8 +415,8 @@ namespace Microsoft.FSharp.Control
415415 static member StartImmediate :
416416 computation : Async < unit > * ?cancellationToken : CancellationToken -> unit
417417
418- /// < summary > Runs an asynchronous computation , starting immediately on the current operating system ,
419- /// but also returns the execution as < c > System.Threading.Tasks.Task </ c >
418+ /// < summary > Runs an asynchronous computation , starting immediately on the current operating system
419+ /// thread , but also returns the execution as < c > System.Threading.Tasks.Task </ c >
420420 /// </ summary >
421421 /// < remarks > If no cancellation token is provided then the default cancellation token is used.
422422 /// You may prefer using this method if you want to achive a similar behviour to async await in C # as
You can’t perform that action at this time.
0 commit comments