Monday, October 8, 2012

Javascript Thread Safety

Browser so far run Javascript single-threaded, even if the programming model often uses asynchronous events, unless "WebWorkers" is explicitly used.

So no need to worry about thread-safety.

References:

No comments:

Post a Comment