Threading

Lee's icon

Hi, just want to confirm everything in js is single threaded? i.e. no issues updating datastructures from a task as well as from other bits of js code?

thx L

Andrew Pask's icon

Yes - js is single threaded in Max 6.

-A

Lee's icon

thx