Files
30-seconds-of-code/glossary/Asynchronous-programming.md
2018-09-02 22:14:57 +03:00

5 lines
240 B
Markdown

### Asynchronous programming
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.