Does an asynchronous call always create/call a new thread?
Posted
by Ted Smith
on Stack Overflow
See other posts from Stack Overflow
or by Ted Smith
Published on 2009-02-28T18:29:31Z
Indexed on
2010/04/01
5:03 UTC
Read the original article
Hit count: 240
multithreading
|async
Does asynchronous call always create a new thread?
Example:
If Javascript is single threaded then how can it do an async postback? Is it actually blocking until it gets a callback? If so, is this really an async call?
© Stack Overflow or respective owner