Files
30-seconds-of-code/glossary/Asynchronous-programming.md
2018-09-01 14:13:38 +03:00

245 B

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.