Header menu logo FSharp.Control.TaskSeq

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

TaskSeqDynamicInfo(initialResumptionFunc)

Full Usage: TaskSeqDynamicInfo(initialResumptionFunc)

Parameters:
Returns: TaskSeqDynamicInfo<'T>
initialResumptionFunc : TaskSeqResumptionFunc<'T>
Returns: TaskSeqDynamicInfo<'T>

Type something to start searching.