noun
asynchronous procedure
Technical computing term for a procedure that runs independently of the main program flow, allowing other operations to continue without waiting.
非同期手続きを使うと、処理の待ち時間を減らせます。
Using asynchronous procedures can reduce processing wait times.
同期手続き (synchronous procedure) runs in sequence, blocking further execution until it completes, while 非同期手続き allows concurrent execution.
Compound of 非同期 (asynchronous) and 手続き (procedure).