SitePoint |
Parallel JavaScript with ParallelJS
SitePoint By its own construction, JavaScript is executed in a single thread mediated by an event loop (usually following the reactor pattern). For example, this gives us some nice abstraction for handling asynchronous requests to (external) resources. It also … |
Posted in: JavaScript