noun
callback function
A function passed as an argument to be invoked later, often after an event or asynchronous operation completes. Computing term.
このAPIでは、コールバック機能を使って非同期処理の結果を受け取ります。
This API uses a callback function to receive the result of asynchronous processing.