Callback
Everything on SkillVeris tagged Callback — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 2 libraries
Study Notes(3)
gen_server Behaviour
Master the gen_server OTP behaviour — the standard pattern for building stateful, message-handling server processes with synchronous and asynchronous calls.
Callback Functions in JavaScript
Understand callback functions, the difference between synchronous and asynchronous callbacks, and the callback hell problem.
The Error-First Callback Pattern
The Node.js convention of passing an error as the first callback argument for consistent async error handling.