By sonic0002
via pixelstech.net
Published: Dec 25 2012 / 20:02
You may know the execution environment of JavaScript is single threaded. The so called single thread means only one task can be running at any time, if there are many tasks, then they need to be in a queue and wait for the previous task to be completed.
Tweet
SaveShareSend
Tags: javascript
Add your comment