event-emitter-grouped:发出串行或并行事件,并支持同步和异步侦听器

时间:2024-05-20 05:06:18
【文件属性】:

文件名称:event-emitter-grouped:发出串行或并行事件,并支持同步和异步侦听器

文件大小:70KB

文件格式:ZIP

更新时间:2024-05-20 05:06:18

nodejs client-side event-emitter plugin-system builtwith-taskgroup

事件发射器分组 发出串行或并行事件,并支持同步和异步侦听器 用法 完整的API文档。 // Importer var EventEmitterGrouped = require ( 'event-emitter-grouped' ) // Instantiate a new instance var emitter = new EventEmitterGrouped ( ) // Bind an asynchronous event emitter . on ( 'hello' , function ( next ) { console . log ( '\tasync started' ) setTimeout ( function ( ) { console . log ( '\tasync finished' )


【文件预览】:
event-emitter-grouped-master
----.gitignore(631B)
----package.json(6KB)
----package-lock.json(216KB)
----LICENSE.md(1KB)
----.travis.yml(900B)
----CONTRIBUTING.md(3KB)
----.mergify.yml(237B)
----.github()
--------FUNDING.yml(124B)
--------dependabot.yml(119B)
----README.md(11KB)
----example.js(1KB)
----HISTORY.md(6KB)
----source()
--------index.js(4KB)
--------test.js(4KB)
----.npmignore(781B)
----.editorconfig(413B)

网友评论