asynchronous operation
noun phrase
Meaning
A computing process that initiates a task and continues executing other code without waiting for that task to finish.
Examples
- The web server handles each asynchronous operation independently to ensure the user interface remains responsive.
- By using an asynchronous operation, the application can fetch data from the database while still allowing the user to type.
Synonyms: non-blocking, background task, concurrent, parallel