Conceptual
Login

Callback Functions

A function handed to other code to be invoked later — on an event, a timer, or completion of async work. The caller decides when and how many times it runs, which is why the values a callback captures at creation time matter.