Comment on Callbacks, Synchronous and Asynchronous (2011)parentComments−zelphirkalt4yCould also add "continuation" to the list perhaps, from continuation passing style (CPS). But that might not be a callback, as it never really goes back, but always goes forward.
Comments
Could also add "continuation" to the list perhaps, from continuation passing style (CPS). But that might not be a callback, as it never really goes back, but always goes forward.