fsprojects / FSharp.Control.AsyncSeq

Asynchronous sequences for F#
https://fsprojects.github.io/FSharp.Control.AsyncSeq/
Other
161 stars 59 forks source link

Fixed issue with iterAsyncParallel/iterAsyncParallelThrottled/mapAsyncParallel not respecting cancellation requests #136

Closed thednaz closed 3 years ago

thednaz commented 3 years ago

Fixes this issue: https://github.com/fsprojects/FSharp.Control.AsyncSeq/issues/122

thednaz commented 3 years ago

@dsyme @martinmoec @eulerfx

Feel free to look it over.