Update Asynchronous-programming.md

This commit is contained in:
Angelos Chalaris
2018-09-02 22:14:57 +03:00
committed by GitHub
parent d41ef8f45e
commit 9f5ae7ed27

View File

@ -1,4 +1,4 @@
### Asynchronous programming
Asynchronous programming is a style of parallel programming, using separate threads for separate units of work.
Asynchronous programming is a way to allow multiple events to trigger code without waiting for each other.
The main benefits of asynchronous programming are improved application performance and responsiveness.