Add async programming
This commit is contained in:
4
glossary/Asynchronous-programming.md
Normal file
4
glossary/Asynchronous-programming.md
Normal 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.
|
||||
Reference in New Issue
Block a user