Asynchronous programming is simply allowing some portions of code to be executed on separate threads. It makes your applications perform better, be more responsive, and use the resources of the system they are running on to the fullest extent. The asynchronous tag is generic and not limited to any programming language. For example, some languages define this term differently (e.g. JavaScript is written for engines that are single-threaded processes and therefore preclude the use of separate threads).
Synonyms
asyncStats
created |
2 years ago |
viewed |
140 times |
active |
22 days ago |
editors |
2 |
Recent Hot Answers
Do using statements and await keywords play nicely in c#How to callback function from another file in nodejs?
How wait asynchronous method in a thread?
What is the TPL equivalent of a condition variable?
Real asynchronous javascript function
more »
Related Tags
c# × 1983javascript × 1025
multithreading × 667
.net × 661
jquery × 494
java × 489
node.js × 434
asp.net × 394
ajax × 366
sockets × 344
python × 316
wcf × 285
c++ × 237
ios × 236
callback × 232
objective-c × 216
iphone × 201
web-services × 183
silverlight × 177
php × 170
async-await × 152
task-parallel-library × 150
asp.net-mvc × 144
wpf × 129