5 lines
245 B
Markdown
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.
|