February 2018
Intermediate to advanced
298 pages
8h 22m
English
When two or more threads access a common data source, extreme care must be taken, because there is a high chance of data corruption and thread safety conditions such as deadlocks, preconditions, race conditions, and so on.
JavaScript did not add thread support from the very start. With web workers introducing a sort-of threading environment in JavaScript, it'll help to understand a few conditions associated with threads in general.
Read now
Unlock full access