ak88

Results 13 comments of ak88

> `_dependencies` is `ConcurrentDictionary`, so can we just use `TryAdd` or `AddOrUpdate` and handle duplicates? Yes, that is another solution. However it feels a little "hackish", since the original author...

@asdacap @LukaszRozmej Changed to ignore the batch if its already in `_dependencies` I will ask Kamil to run some tests.

> Is this still interesting? Its been refactored since i made this, but the race condition is still there so i merged master. @asdacap could you please take a look...