Glossary format update
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
### Asynchronous programming
|
||||
---
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user