Comment by jayd16 Comment by jayd16 3 days ago 1 reply Copy Link View on Hacker News If your code base is already using async await it's really not an issue.
Copy Link int_19h 3 days ago Collapse Comment - The point is that it's not actually different from C#, especially once you consider that F# also has task{} blocks that give you a .NET Task directly. Reply View | 0 replies
The point is that it's not actually different from C#, especially once you consider that F# also has task{} blocks that give you a .NET Task directly.