concurrent-utils
concurrent-utils copied to clipboard
Classes useful in concurrent programming for C#.
Results
2
concurrent-utils issues
Sort by
recently updated
recently updated
newest added
Ref to issue: https://github.com/jorgebay/concurrent-utils/issues/3
When `ConcurrentUtils.ConcurrentUtils.Times(long times, int limit, Func method)` in function first or second parameter is zero function causes Task to never finish. Because `for` loop is skipped.