Raiondesu / eventhoven

Event manager that composes events effortlessly 🎵
https://www.npmjs.com/package/eventhoven
MIT License
5 stars 1 forks source link

Promise support? #3

Closed Raiondesu closed 5 years ago

Raiondesu commented 5 years ago

It's a well-known use-case to await the execution of all events, while also allowing handlers to not block the execution flow.

This is needed. Soon.