| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/lucee/Example-Code/master/Threads/example05-each.cfm | [Back] [Original] |
tasks = ["Susi","Sorglos"];
start=getTickCount();
tasks.each(
function(value, index, array){
systemOutput(value,true);
sleep(1000);
}
,true
);
dump("done in #getTickCount()-start#ms");
| Web Proxy Viewer | New URL | Original Page |