On Mon, 5 Oct 2020 11:02:55 GMT, Daniel Fuchs <[email protected]> wrote:
>> Daniel, I believe Chris' concern is the escape of `this` before the
>> (`AggregateSubscription`) object is fully
>> constructed.
>
> Sorry - where does it escape? It doesn't escape anywhere. We have used this
> idiom everywhere where a sequential
> scheduler was needed.
Right here:
scheduler = SequentialScheduler.synchronizedScheduler(this::run);
^
-------------
PR: https://git.openjdk.java.net/jdk/pull/57
