aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/types')
-rw-r--r--src/qml/types/qquickworkerscript.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/types/qquickworkerscript.cpp b/src/qml/types/qquickworkerscript.cpp
index f8616bf709..cf3bead048 100644
--- a/src/qml/types/qquickworkerscript.cpp
+++ b/src/qml/types/qquickworkerscript.cpp
@@ -512,6 +512,10 @@ void QQuickWorkerScriptEngine::run()
If a worker script has the extension ".js" instead, then it is considered to contain plain JavaScript
statements and it is run in non-strict mode.
+ \note Each WorkerScript element will instantiate a separate JavaScript engine to ensure perfect
+ isolation and thread-safety. If the impact of that results in a memory consumption that is too
+ high for your environment, then consider sharing a WorkerScript element.
+
\section3 Restrictions
Since the \c WorkerScript.onMessage() function is run in a separate thread, the