Glossaria.net

Glossary Visual Basic / Term

asynchronous

asynchronous processing

A type of I/O (input/output) in which some file I/O functions return immediately, even though an I/O request is still pending. This enables an application to continue with other processing and wait for the I/O to finish at a later time. Database operations can also be run asynchronously, with control returned to the procedure before a query has been completed.

Permanent link asynchronous - Creation date 2020-06-07


< Asterisk Glossary / Visual Basic attached table >