Header menu logo IcedTasks

BackgroundColdTaskBuilder Type

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

Constructors

Constructor Description

BackgroundColdTaskBuilder()

Full Usage: BackgroundColdTaskBuilder()

Returns: BackgroundColdTaskBuilder
Returns: BackgroundColdTaskBuilder

Instance members

Instance member Description

this.Run

Full Usage: this.Run

Parameters:
Returns: ColdTask<'T>
Modifiers: inline
Type parameters: 'T

Hosts the task code in a state machine and starts the task, executing in the threadpool using Task.Run

code : ColdTaskCode<'T, 'T>
Returns: ColdTask<'T>

Static members

Static member Description

BackgroundColdTaskBuilder.RunDynamic(code)

Full Usage: BackgroundColdTaskBuilder.RunDynamic(code)

Parameters:
Returns: ColdTask<'T>
Modifiers: inline
Type parameters: 'T

The entry point for the dynamic implementation of the corresponding operation. Do not use directly, only used when executing quotations that involve tasks or other reflective execution of F# code.

code : ColdTaskCode<'T, 'T>
Returns: ColdTask<'T>

Type something to start searching.