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.
|
||||
@ -1,4 +1,4 @@
|
||||
### Event-driven-programming
|
||||
### Event-driven programming
|
||||
|
||||
Event-driven programming is a programming paradigm in which the flow of the program is determined by events (e.g. user actions, thread messages, sensor outputs).
|
||||
In event-driven applications, there is usually a main loop that listens for events and trigger callback functions accordingly when one of these events is detected.
|
||||
|
||||
Reference in New Issue
Block a user