When.js 3.7.4 发布了,改进内容包括:
Add when/keys settle, for settling a hash of promises.
when/keys
Use poly from npm instead of a git link in package.json. No need for git to be available to npm install when.
npm install when
Various community-contributed documentation updates. Thanks!
When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念,例如联合多个 promiss、mapping 和减少 promises 集合以及 timed promises 等。
评论删除后,数据将无法恢复
When.js 3.7.4 发布,增加 keys.settle
When.js 3.7.4 发布了,改进内容包括:
Add
when/keyssettle, for settling a hash of promises.Use poly from npm instead of a git link in package.json. No need for git to be available to
npm install when.Various community-contributed documentation updates. Thanks!
When.js 是 cujojs 的轻量级的 Promises/A 和 when() 实现,从 wire.js 的异步核心和 cujojs 的 IOC 容器派生而来。包含很多其他有用的 Promiss 相关概念,例如联合多个 promiss、mapping 和减少 promises 集合以及 timed promises 等。