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
F# 6.0 is included with both Task-based computation expression and resumable infrastructure. It makes better performance and easy interoperable a lot of OSS based library/packages.
F# 6.0 is included with both Task-based computation expression and resumable infrastructure. It makes better performance and easy interoperable a lot of OSS based library/packages.
https://github.com/fsharp/fslang-design/blob/main/FSharp-6.0/FS-1087-resumable-code.md
Epoxy supports F#'s async computation expression directly. Today we need to switch resumable infrastructure.
Need to more research:
Async<'T>
methods/functions. Epoxy will expose replaced byTask<'T>
orResumableCode<'T>
(?)ValueTask<'T>
same as standard implementation (Epoxy.Wpf like) whenvtask
CE is ready.The text was updated successfully, but these errors were encountered: