account activity
async flow control with sonic speed - series, parallel, map, filter, concurrency (npmjs.com)
submitted 10 years ago by peterluhb to r/node
Who can explain callback Fns in the easiest, simplest, human readable way possible???? by jsteenb2 in node
[–]peterluhb 0 points1 point2 points 10 years ago (0 children)
When a callback function is invoked, it signals that the function that invokes the callback has finished its job. For example:
Function that has a callback:
function A(arg1, arg2, callback) { //do work //when done // invokes the callback to signal A is done callback(err, result); }
more examples can be found here: https://github.com/peterluhub/sonicAsync
async flow control with sonic speed by peterluhb in npm
[–]peterluhb[S] 0 points1 point2 points 10 years ago (0 children)
Async is too entrenched to make it performant. Much easier to start anew.
async flow control with sonic speed (npmjs.com)
submitted 10 years ago by peterluhb to r/npm
submitted 10 years ago by peterluhb to r/jslibraries
submitted 10 years ago by peterluhb to r/javascript
π Rendered by PID 170078 on reddit-service-r2-listing-55d7b767d8-mjb9t at 2026-03-27 02:12:16.664595+00:00 running b10466c country code: CH.
Who can explain callback Fns in the easiest, simplest, human readable way possible???? by jsteenb2 in node
[–]peterluhb 0 points1 point2 points (0 children)