TaskSeqDynamicInfo<'T> Type
Concrete implementation of TaskSeqResumptionDynamicInfo<'T> for taskSeq computation
expressions, used in the dynamic (FSI) path. Handles state-machine transitions when the F# compiler
cannot generate static resumable code.
For use by this library only.
Constructors
| Constructor |
Description
|
Full Usage:
TaskSeqDynamicInfo(initialResumptionFunc)
Parameters:
TaskSeqResumptionFunc<'T>
Returns: TaskSeqDynamicInfo<'T>
|
|
FSharp.Control.TaskSeq