Files
30-seconds-of-code/glossary/Asynchronous-programming.md
2019-08-13 11:19:29 +03:00

8 lines
282 B
Markdown

---
title: Asynchronous programming
tags: 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.