It's a somewhat "new" feature of JavaScript but most modern browsers already implement it[2].
[1] https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...
[2] http://caniuse.com/#search=webworkers
OP asked for an example sans web workers.
Plus web workers do not change the fact that JS is single threaded.