Header menu logo IcedTasks

TaskBase Module

Contains methods to build Tasks using the F# computation expression syntax

Types

Type Description

TaskBaseCode<'TOverall, 'T, 'Builder>

A special compiler-recognised delegate type for specifying blocks of task code with access to the state machine

TaskBaseResumptionDynamicInfo<'TOverall, 'Builder>

Represents the runtime continuation of a task state machine created dynamically

TaskBaseResumptionFunc<'TOverall, 'Builder>

Represents the runtime continuation of a task state machine created dynamically

TaskBaseStateMachine<'TOverall, 'Builder>

This is used by the compiler as a template for creating state machine structs

TaskBaseStateMachineData<'T, 'Builder>

The extra data stored in ResumableStateMachine for tasks

TaskBuilderBase

Contains methods to build TaskLikes using the F# computation expression syntax

Type something to start searching.