Skip to content
EntityQ1205349· pop 21· linked from 111 articles

Fonction de rappel

Sign in to save

Also known as handler, call-after function

any executable code that is passed as an argument to other code that is expected to call back the argument at a given time

Article · Français

En informatique, une fonction de rappel (callback en anglais) ou fonction de post-traitement est une fonction qui est passée en argument à une autre fonction. Cette dernière peut alors faire usage de cette fonction de rappel comme de n'importe quelle autre fonction, alors qu'elle ne la connaît pas par avance.

Abstract from DBpedia / Wikipedia · CC BY-SA