p-listen
v0.1.0
Published
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.
Downloads
4
Readme
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