Files
30-seconds-of-code/glossary/Asynchronous-programming.md
2018-09-01 14:13:38 +03:00

5 lines
245 B
Markdown

### Asynchronous programming
Asynchronous programming is a style of parallel programming, using separate threads for separate units of work.
The main benefits of asynchronous programming are improved application performance and responsiveness.