RFR: 8293839: Documentation memory consistency effects of runLater [v2]
Kevin Rushforth
kcr at openjdk.org
Thu Sep 15 12:07:12 UTC 2022
On Thu, 15 Sep 2022 11:51:22 GMT, Jens Lidestrom <duke at openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/javafx/application/Platform.java line 157:
>>
>>> 155: * Memory consistency effects: Actions in a thread prior to submitting a
>>> 156: * runnable to this method <i>happen-before</i> actions performed by
>>> 157: * the runnable in the JavaFX Application Thread.
>>
>> I think it would be helpful to use code style for runnable on these two lines (since it refers to the `runnable` argument), like this: `{@code runnable}`
>
> Fixed. Whose responsibility is it to press the "Resolve conversation" button?
You can.
-------------
PR: https://git.openjdk.org/jfx/pull/872
More information about the openjfx-dev
mailing list