You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
As ASP.NET Core and OWIN work directly with Task, it seems worthwhile to try to leverage the TaskBuilder.fs, at least for the sake of some benchmarks to determine whether this provides a possible simplification to the codebase. A first pass is likely to make things harder, but I would hope to move in the direction of Giraffe with respect to supporting Task-only were we to find that it performed better than async and equivalent to Hopac. This would also help with #200, should we choose to go that route.
The text was updated successfully, but these errors were encountered:
As ASP.NET Core and OWIN work directly with
Task
, it seems worthwhile to try to leverage theTaskBuilder.fs
, at least for the sake of some benchmarks to determine whether this provides a possible simplification to the codebase. A first pass is likely to make things harder, but I would hope to move in the direction of Giraffe with respect to supportingTask
-only were we to find that it performed better than async and equivalent to Hopac. This would also help with #200, should we choose to go that route.The text was updated successfully, but these errors were encountered: