callback
RU: колбэк
A function handed to a non-blocking call with the instruction to run it when the result is ready. Because the call returns before the result exists, the result is delivered later by calling the callback with the result as an argument.