concurrent-extra icon indicating copy to clipboard operation
concurrent-extra copied to clipboard

Add Support for Cyclic Barrier

Open crockeea opened this issue 7 years ago • 0 comments

This Java concurrency primitive is useful, and not easily replicated using the existing primitives in this package. The API could be similar to RLock, except there is no concept of ownership (in particular, any thread can call release).

I'm happy to submit a PR if you're interested in adding this.

crockeea avatar Jan 29 '19 16:01 crockeea