npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "async function" 的结果(共 16 个)
run-auto

Determine the best order for running async functions, and run them

MIT
babel-plugin-transform-async-to-generator

Turn async functions into ES2015 generators

MIT
async-to-gen

Transform async functions to generator functions with speed and simplicity.

BSD-3-Clause
call-limit

Limit the number of simultaneous calls to an async function

ISC
async-time

Time async functions using async-done for execution and completion.

MIT
babel-helper-remap-async-to-generator

Helper function to remap async functions to generators

MIT
after-all

Execute several async functions and get a callback when they are all done

MIT
after-all-results

Bundle results of async functions calls into one callback with all the results

MIT
p-waterfall

Run promise-returning & async functions in series, each passing its result to the next

MIT
thunky

delay the evaluation of a paramless async function and cache the result

MIT
hybridify

Hybridify. Hybrids. Create sync or async function to support both promise and callback-style APIs in same time. Using the power of [relike][].

MIT