Callback (computer programming)

id: callback-computer-programming-224-3294613
title: Callback (computer programming)
text: In computer programming, a callback is a function that is stored as data and designed to be called by another function – often back to the original abstraction layer. A function that accepts a callback parameter may be designed to call back before returning to its caller which is known as synchronous or blocking. The function that accepts a callback may be designed to store the callback so that it can be called back after returning which is known as asynchronous, non-blocking or deferred. Progra
brand slug: wiki
category slug: encyclopedia
description: A function passed as data to and to be called by another function
original url: https://en.wikipedia.org/wiki/Callback_(computer_programming)
date created: 2003-12-15T11:11:40Z
date modified: 2024-09-14T14:58:18Z
main entity: {"identifier":"Q1205349","url":"https://www.wikidata.org/entity/Q1205349"}
image:
fields total: 13
integrity: 15

Related Entries

Explore Next Part