Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(event-emitter): Enable invoking asynchronous handlers (#649)
* Add new emitAsync method, memory leak prevention and significantly improve README.md * Adjust ci yarn install command * Commit yarn.lock * Run changeset * Revert ci yarn install command * Move context parameter to the first position in the `emit` method * Fix test
- Loading branch information