dnaz
Results
2
issues of
dnaz
### Description `iterAsyncParallel` and `iterAsyncParallelThrottled` may fail to cancel; this can be observed when exceptions are thrown from another Async in `Async.Parallel`. ### Repro steps Execute the following code snippet...
### Description When running multiple asyncs using FSharpx.Async.Parallel, an exception thrown in one doesn't cancel the running of others. This isn't the behavior when running using F#'s built-in Async. ###...