noun
callback function
A function passed as an argument to be invoked later, common in event-driven and asynchronous programming.
このAPIでは、非同期処理の完了時にコールバック関数が呼ばれます。
In this API, a callback function is called when the asynchronous processing completes.
コールバック関数を引数として渡すことで、処理の流れを制御できます。
By passing a callback function as an argument, you can control the flow of processing.