Header menu logo FSharp.Control.TaskSeq

TaskSeqDynamic<'T> Type

Dynamic (FSI-compatible) implementation of IAsyncEnumerable<'T> for taskSeq computation expressions. Used when the F# compiler cannot generate static resumable code (e.g., in FSI). For use by this library only.

Record fields

Record Field Description

_initialResumptionFunc

Full Usage: _initialResumptionFunc

Field type: TaskSeqResumptionFunc<'T>
Modifiers: mutable
Field type: TaskSeqResumptionFunc<'T>

_machine

Full Usage: _machine

Field type: TaskSeqStateMachine<'T>
Modifiers: mutable
Field type: TaskSeqStateMachine<'T>

Constructors

Constructor Description

TaskSeqDynamic()

Full Usage: TaskSeqDynamic()

Returns: TaskSeqDynamic<'T>
Returns: TaskSeqDynamic<'T>

Instance members

Instance member Description

this.InitDynamicMachineData

Full Usage: this.InitDynamicMachineData

Parameters:

Type something to start searching.