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.
2 parents d4577fb + 9836441 commit 4f2a62aCopy full SHA for 4f2a62a
FSharp-6.0/FS-1087-resumable-code.md
@@ -1012,7 +1012,7 @@ Next we define the `Run` method for the builder.
1012
__resumeAt sm.ResumptionPoint
1013
let __stack_code_fin = code.Invoke(&sm)
1014
if __stack_code_fin then
1015
- sm.ResumptionPoint <- -1 // indicates complete))
+ sm.ResumptionPoint <- -1)) // indicates complete
1016
1017
// IAsyncStateMachine.SetStateMachine
1018
(SetStateMachineMethodImpl<_>(fun sm state -> ()))
0 commit comments