asynchronous operation <definition>
From Microsoft ActiveX Data Objects (ADO)
An operation that returns control to the calling program without waiting for the operation to complete. Before the operation is complete, code execution continues. See also synchronous operation.