#
fsharp
F# programming language features and async workflows
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