← Back to context Comment by jayd16 4 days ago If your code base is already using async await it's really not an issue. 1 comment jayd16 Reply int_19h 4 days ago 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.
int_19h 4 days ago 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.
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.