Skip to content

Make Hashring concurrency safe

meskio requested to merge meskio/rdsys:hashring_mutex into main

Don't expose the internals of the Hashring to outside, limiting the access to the struct over its methods. And make sure all the methods are concurrency-safe.

Merge request reports