Add async programming

This commit is contained in:
Angelos Chalaris
2018-09-01 14:13:38 +03:00
parent 0a12bf7de6
commit 556983ca5b
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
### 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.