Socket
Book a DemoInstallSign in
Socket
t

thiagofm

npm

Packages

Current Co-maintainers

Former Co-maintainers

1 package

asynchronous-emitter

Nodejs core _Events system_ is synchronous. This means we can't `await` for listeners and `async` listeners can't be caught. This package extends [`EventEmitter`](https://nodejs.org/api/events.html#events_class_eventemitter) and enables event emmiters to