You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.eslintrc | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
index.js | 2 years ago | |
package.json | 2 years ago | |
yarn.lock | 2 years ago |
README.md
p-listen
The Promises equivalent of EventEmitter#once
; allows potentially multiple call-sites to register a one-off listener for a future notification, representing the listener as a Promise.
Also frequently useful for emitting internal events in async abstractions, where there may or may not be interested listeners at any given moment.
TODO: Complete docs