Polly-Contrib / Polly.Contrib.DuplicateRequestCollapser

A Polly policy to collapse concurrent duplicate requests to a single execution.
Other
17 stars 3 forks source link

Add striped collapser policy #3

Closed jjxtra closed 4 years ago

jjxtra commented 4 years ago

I've added the striped lock implementation, all tests are passing. I've also made it the default provider, and added a note to the non-striped lock provider that it is a reference implementation.

jjxtra commented 4 years ago

I don't fully understand the appveyor build number thing, did I break something @reisenberger ?