Thread vs async execution. What's different?

Posted by Eonil on Stack Overflow See other posts from Stack Overflow or by Eonil
Published on 2010-05-22T01:30:08Z Indexed on 2010/05/22 1:40 UTC
Read the original article Hit count: 254

I believed any kind of asynchronous execution makes a thread in invisible area. But if so,

  • Async codes does not offer any performance gain than threaded codes.

But I can't understand why so many developers are making many features async form. Could you explain about difference and cost of them?

© Stack Overflow or respective owner

Related posts about thread

Related posts about asynchronous