javascript - SetTimeout multithreading in Titanium -
so i'm making titanium application , i've found on android single thread being overloaded, causing large lock-ups. boss insisting using settimeout can used mimic multithreading , reduce lag. have read not case javascript cannot multithread, nor "fake it". please explain in clear terms whether or not can utilize in settimeout in manner (i need able bring boss)
Comments
Post a Comment