HighPriority Module
Contains high-priority overloads for the `task` computation expression builder.
Type extensions
Type extension |
Description
|
Specifies a unit of task code which draws a result from a task then calls a continuation.
Extended Type:
|
|
Full Usage:
TaskBuilderBase.BindDynamic(sm, task, continuation)
Parameters:
byref<TaskStateMachine<'TOverall>>
task : Task<'TResult1>
continuation : 'TResult1 -> TaskCode<'TOverall, 'TResult2>
Returns: bool
|
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.
Extended Type:
|
|
Specifies a unit of task code which draws a result from a task.
Extended Type:
|