Re: ABCL Threads
Rudi Schlatte <[email protected]>
| Newsgroups | gmane.editors.j.devel |
|---|---|
| Message-ID | <3F482054-B7FF-423C-8C1D-2DB3301D7B1B__47880.0236991205$1785919506$gmane$org@constantly.at> |
> On 5 Aug 2026, at 09:57, Marco Antoniotti <[email protected]> wrote: > > Hi > > It has been too long since I dabbled in Java, but I am working on some threading code for ABCL. > > What would be a good implementation for BARRIERs in ABCL? Hi, if I don’t misunderstand the question, a barrier can be implemented using the Java class java.util.concurrent.CountDownLatch. (I’m not on irc these days except dropping in for a few minutes every other month..) Best, Rudi