checkThread0
Indicates whether the application should perform thread checking in certain operations.
This variable is lazily initialized and its value is determined by reading the org.openrndr.application.check_thread0
property. If the property is explicitly set to "false" (case-insensitive), the value will be false
. Otherwise, the value defaults to true
.