event icon indicating copy to clipboard operation
event copied to clipboard

📆 Strictly typed event emitter with asynciterator support

Results 3 event issues
Sort by recently updated
recently updated
newest added

Hello! I found your repo on JSR and I'm very impressed with it, especially with your use of Transform Streams. I started investigating using Transform Streams in my own work...

The motivation for these changes is using emitter as class mixin. For example, if we use lib ts-mixer for mixing various class traits, it can't copy `#` properties. EventEmitter often...

Adds a method to EventEmitter called `wait` that awaits the completion of each listener. Note: awaiting this method does not work the same way as awaiting `emit`.