Hi! I want to run several concurrent jobs from QtScript script:
Can QtScriptEngine be used from multiple threads? The class documentation seems to completly ignore the topic. If not what solution would you suggest?Code:function job1() { ... } function job2() { ... } runConcurrent(job1, job2)

Reply With Quote

