Callback (computer programming)

In computer programming, a callback is a programming pattern in which a function reference is passed from one context (consumer) to another (provider) such that the provider can call the function. If the function accesses state or functionality of the consumer, then the call is back to the consumer – backwards compared to the normal flow of control in which a consumer calls a provider.

Source: Wikipedia — Callback (computer programming) (CC BY-SA 4.0)

Callback (computer programming)

In computer programming, a callback is a programming pattern in which a function reference is passed from one context (consumer) to another (provider) such that the provider can call the function. If the function accesses state or functionality of the consumer, then the call is back to the consumer – backwards compared to the normal flow of control in which a consumer calls a provider.

Source: Wikipedia "Callback (computer programming)" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy