文件名称:state-buffer:[不推荐使用]管理进行中的应用程序状态更改
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-13 23:41:38
JavaScript
状态缓冲区 [不推荐使用] :在完成此操作之前,我发现了 ,它既有一个更简单的界面,又以一种更智能的方式解决了问题。 我建议使用inflight 。 管理进行中的应用程序状态更改。 安装 $ npm install state-buffer 用法 const buffer = require ( 'state-buffer' ) // wrap an async function const b = buffer ( ( data , end ) => { // do async stuff end ( err , res ) } ) // call the wrapped async function // and call a callback when done. // only a single call is allowed b ( data , ( err , r
【文件预览】:
state-buffer-master
----.gitignore(164B)
----package.json(515B)
----.travis.yml(161B)
----LICENSE(1KB)
----index.js(617B)
----test.js(350B)
----README.md(3KB)