multithreading - Is there another thread (apart from the main thread) which keeps on polling on the async operation in Javascript? -


i understand javascript single threaded , event queue maintained in order handle events in fifo order. if main thread fires async operation , callback added event queue, there other background thread keeps polling on async operation , notifies event queue execute callback?


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -