FSharp.Control.TaskSeq
FSharp.Control.TaskSeq copied to clipboard
Implement dynamic versions of the resumable code
trafficstars
In rare scenarios, for instance, where the resumable code is invoked in a top-level function, the compiler may not be able to compile the resumable code statically. For these cases, we need a dynamic version of the resumable code (which exists, but currently simply raises an exception).
This issues serves as a placeholder for this.