#

cancellation

CancellationToken handling in async computations

ProgrammingF# Async Primitive for Custom CancellationToken in StartChild

No pure F# Async equivalent to StartAsTask for custom CancellationToken in child computations within fsharp core workflows. Standard workaround uses Task interop with AwaitTask for selective cancellation without ambient propagation.

1 answer 1 view