Like EventEmitter but with emitSeries and emitParallel methods
Asynchronous, non-blocking EventEmitter
Async event emitter
Asynchronous event communication
Event emitter with asynchronous listeners and interruption
Emit events with a promise queue using setImmediate
Async Event Emitter in Typescript
No description provided.
Async event emitter
Async/await-based event emitter which emits in parallel
An asyncronous emitter class for ruby
With EventEmitter you can build your application in Event-Driven way. It acts as global pub/sub mechanism and uses Sidekiq to reliably and asynchronously deliver messages to subscribers. Using this approach you can enforce low coupling between different components of the system.