Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ public static void startup(Runnable runnable) {
* {@link #startup(Runnable)} once.
* </p>
*
* <p>
* Memory consistency effects: Actions in a thread prior to submitting a
* {@code runnable} to this method <i>happen-before</i> actions performed
* by the runnable in the JavaFX Application Thread.
* </p>
*
* @param runnable the Runnable whose run method will be executed on the
* JavaFX Application Thread
*
Expand Down