-
I see in the source code that you have already built a distributed lock engine. However, I do not see documentation on how to setup/use this feature. Can you please point me in the right direction? (this is the exact use case I am trying to build the cluster for). Further, does your pattern guarantee fair access (ie. The critical section of code will be accessed in the same order in which the locks were acquired) |
Beta Was this translation helpful? Give feedback.
Answered by
sakno
Dec 27, 2020
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
natilivni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IDistributedLockEngine
was removed and never published as a part of the official release.