FSharp.Control.TaskSeq icon indicating copy to clipboard operation
FSharp.Control.TaskSeq copied to clipboard

Implement dynamic versions of the resumable code

Open abelbraaksma opened this issue 1 year ago • 0 comments
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.

abelbraaksma avatar Mar 17 '24 20:03 abelbraaksma