Skip to content

Commit

Permalink
Update FS-1087-resumable-code-and-task-builder.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored Apr 3, 2020
1 parent 92561e3 commit 85bbfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RFCs/FS-1087-resumable-code-and-task-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Tasks are executed immediately to their first await point. For example:

## Feature: Resumable state machines

Tasks are implemented via library definitions utilising a more general feature called "resumable state machines".
Tasks are implemented via library definitions utilising a more general feature called "resumable state machines". The implementation can be found [here](https://github.com/dotnet/fsharp/blob/feature/tasks/src/fsharp/FSharp.Core/tasks.fs).

### Design Philosophy and Principles

Expand Down

0 comments on commit 85bbfeb

Please sign in to comment.