VSadov / NonBlocking

Implementation of a lock-free dictionary on .Net.
MIT License
488 stars 34 forks source link

Support netstandard2.0 #14

Closed neon-sunset closed 2 years ago

neon-sunset commented 2 years ago

A follow-up change to https://github.com/VSadov/NonBlocking/pull/13. There are platforms which could use this library but don't support netstandard2.1 (e.g. older Unity versions, .NET FW).

neon-sunset commented 2 years ago

@VSadov Please review this change when/if you have time. Thanks!

VSadov commented 2 years ago

I think this now needs rebasing, since it has changes from #13

VSadov commented 2 years ago

I've rebased the PR onto master - to have only the new changes. Looks good otherwise. Thanks!!

neon-sunset commented 2 years ago

I've rebased the PR onto master - to have only the new changes. Looks good otherwise. Thanks!!

Right, sorry, I rebased it incorrectly and then some other things came up. Thank you for merging this.