You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: test failed
a test case that was listening to an event that was dispatched after a timeout failed. Changed the test case to await the resolve of the `pull` method
make `emit` async and add emitSync method
- `emit` now waits for every listener to return and you can use it with `await`
- You can use `emitSync` to avoid waiting for each listener to return