You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by deepak <de...@gmail.com> on 2019/10/21 19:31:53 UTC

Counting semaphore in C

Hi,

I would like to implement a counting semaphore using ZooKeeper APIs in C.
Are there recipes for this?  i.e. I am looking for something similar to
this in C:
https://curator.apache.org/curator-recipes/shared-semaphore.html

--
Deepak