RawSushi's Tech Journal
My online tech scrapbook where I keep my notes in case I need to look them up later
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:
http://stackoverflow.com/questions/4711423/thread-safe-queue-in-javascript-or-jquery
http://stackoverflow.com/questions/2253586/thread-safety-in-javascript
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment