☂ Thread safety in Node initialization

XMLWordPrintable

    • Type: Task
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx23
    • Component/s: javafx
    • None
    • Cause Known

      This ticket gathers issues related to the requirement that a Node can be safely constructed and configured (without attaching it to the scene graph) in a background thread, as stated in the javadoc:

      https://openjfx.io/javadoc/23/javafx.graphics/javafx/scene/Node.html

      "Node objects may be constructed and modified on any thread as long they are not yet attached to a Scene in a Window that is showing. An application must attach nodes to such a Scene or modify them on the JavaFX Application Thread."

            Assignee:
            Andy Goryachev
            Reporter:
            Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: