Callbacks Packages
aforth
Asynchronous control flow using postfix notation
cancelable-promise-jq
This library was renamed to `easy-cancelable-promise` as of Sep-27-2024. Please update any references of the old library name in your project
callback-source
"Helps to create callbacks to muck around with"
callback-utility
An utility handler to deal with callback functions
chain-events
The controlled events callbacks for Node.js EventEmitter
clbk
A tiny function wrapper to add callbacks.
crear-buscar-eliminar-usuario-arreglo
se podra crear, buscar, buscar por un parametro cualquiera de tipo texto y elimnar un usuario del arreglo
dnode-2022
freestyle rpc
easy-cancelable-promise
CancelablePromise is a Promise that can be canceled. It is a Promise that has a status property that can be '`pending`', '`resolved`', '`rejected`' or '`canceled`'. It has an onCancel method that allows you to register a callback that will be called when
event-matchers
Composable functions for handling event callbacks in vanilla js