We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27840e commit 7c6a54dCopy full SHA for 7c6a54d
modules/javafx.graphics/src/main/java/javafx/application/Platform.java
@@ -151,6 +151,12 @@ public static void startup(Runnable runnable) {
151
* {@link #startup(Runnable)} once.
152
* </p>
153
*
154
+ * <p>
155
+ * Memory consistency effects: Actions in a thread prior to submitting a
156
+ * {@code runnable} to this method <i>happen-before</i> actions performed
157
+ * by the runnable in the JavaFX Application Thread.
158
+ * </p>
159
+ *
160
* @param runnable the Runnable whose run method will be executed on the
161
* JavaFX Application Thread
162
0 commit comments