On Tue, Jul 7, 2020 at 7:14 PM Matt Sicker wrote:
> JCIP seems to call this idea a monitor, but that’s also the general
> implicit locking mechanism in Java.
>
Hi Matt,
Right, and it is tempting to rename LockingVisitors.AbstractLockVisitor's
'object' ivar to 'monitor' but that is somewhat misl
JCIP seems to call this idea a monitor, but that’s also the general
implicit locking mechanism in Java.
On Tue, Jul 7, 2020 at 17:56 Gary Gregory wrote:
> Typo: LockingVisitors.
>
> On Tue, Jul 7, 2020 at 6:56 PM Gary Gregory
> wrote:
>
> > In the PR https://github.com/apache/commons-lang/pull
Typo: LockingVisitors.
On Tue, Jul 7, 2020 at 6:56 PM Gary Gregory wrote:
> In the PR https://github.com/apache/commons-lang/pull/559 I am going
> with "LockingVistors".
>
> Gary
>
> On Tue, Jul 7, 2020 at 2:33 PM Rob Tompkins wrote:
>
>> I’m not all that familiar with that area of academia. L
In the PR https://github.com/apache/commons-lang/pull/559 I am going with
"LockingVistors".
Gary
On Tue, Jul 7, 2020 at 2:33 PM Rob Tompkins wrote:
> I’m not all that familiar with that area of academia. Let me see what I
> can dig up
>
> -Rob
>
> > On Jul 7, 2020, at 2:19 PM, Matt Sicker wro
I’m not all that familiar with that area of academia. Let me see what I can dig
up
-Rob
> On Jul 7, 2020, at 2:19 PM, Matt Sicker wrote:
>
> Are there any academic references for this? Or even something from
> Java Concurrency in Practice? Those are good sources for names around
> concurrency.
Are there any academic references for this? Or even something from
Java Concurrency in Practice? Those are good sources for names around
concurrency.
On Tue, 7 Jul 2020 at 12:42, Rob Tompkins wrote:
>
> Why not make the name “ThreadedLambdaSynchronizer” or something like
> that….just something m
Why not make the name “ThreadedLambdaSynchronizer” or something like that….just
something more descriptive here that get’s closer to what the intended
functionality is.
That said, I’m not particularly tied to the name “ThreadedLambdaSynchronizer”
just spitballing here for something more descrip
Hi.
Le mar. 7 juil. 2020 à 03:59, Matt Juntunen
a écrit :
>
> This needs to be cancelled again, at the very least to revert a change that
> Gilles was not in favor of.
Sorry for that (kind of).
The point was that a release vote thread is not meant to push further
changes if they are not "blocke
Hello.
Le mar. 7 juil. 2020 à 03:41, Matt Juntunen
a écrit :
>
> Hi Gilles,
>
> I made the change because it seemed logical (to me) and sufficiently trivial
> (internal class with 2 usages). I don't really care too much either way so
> I'll go ahead and revert it. Commons Math has MathInternalE