caolan/async.js - GitHub · Build software better, together.

caolan/async.js - GitHub · Build software better, together.

瀏覽:979
日期:2025-04-27
compose(fn1, fn2...) Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())), only th...看更多