文件名称:prex:ES6 Promise之上的异步协调原语和扩展
文件大小:99KB
文件格式:ZIP
更新时间:2024-05-22 06:55:15
TypeScript
JavaScript的Promise扩展(prex) JavaScript和TypeScript的异步协调。 该库包含许多协调原语,以协助JavaScript和TypeScript中的异步应用程序开发。 这包括用于构建复杂的异步逻辑的有用补充,包括: 取消[, ] 协调[, ] 计划[, ] 正在安装 对于最新版本: npm install prex 文献资料 类:ManualResetEvent 类:AutoResetEvent 类别:信号量 类:CountdownEvent 类别:屏障 类:ReaderWriterLock 接口:LockHandle 界面:UpgradeableLockHandle 类别:递延 排程 类:AsyncQueue 类:AsyncBoundedQueue 类:AsyncStack 功能:延迟(毫秒,值?) 样本 消除 API
【文件预览】:
prex-master
----.gitignore(36B)
----package.json(1KB)
----.npmrc(17B)
----package-lock.json(207KB)
----src()
--------tests()
--------lib()
----gulpfile.js(2KB)
----LICENSE(607B)
----scripts()
--------build.js(4KB)
----README.md(7KB)
----.npmignore(60B)
----docs()
--------index.md(2KB)
--------coordination.md(13KB)
--------cancellation.md(10KB)
--------scheduling.md(6KB)