microtask-collector

时间:2024-04-24 03:16:22
【文件属性】:

文件名称:microtask-collector

文件大小:15KB

文件格式:ZIP

更新时间:2024-04-24 03:16:22

TypeScript

微任务收集器 从当前微任务创建值的集合 例子 import { Collector } from "microtask-collector" const collector = new Collector ( { map : values => Object . freeze ( values ) } ) async function watch ( ) { for await ( const values of collector ) { console . log ( { values } ) } } async function producer ( ) { collector . add ( 1 ) collector . add ( 2 ) await wait ( ) collector . add ( 3


【文件预览】:
microtask-collector-main
----package.json(839B)
----src()
--------collector.ts(5KB)
--------index.ts(28B)
----.npmignore(40B)
----tsconfig.json(660B)
----LICENSE.md(1KB)
----.gitignore(31B)
----README.md(2KB)
----yarn.lock(15KB)
----scripts()
--------post-build.js(2KB)
--------example.js(3KB)
--------example.node.js(22B)
----.editorconfig(209B)

网友评论