Hacker News new | ask | show | jobs
by gpderetta 3664 days ago
You are welcome. Note that the event count is a general synchronization primitive, the one in folly is just an implementation.

BTW, you can build an efficient event count on top of eventfd, so you can even poll/select it.