Conversation
…ivity, and integers
…mp ahead functionality
… refill functionality
…n a specified range
…ponential distribution
…tric distribution
…ce implementation
…nd engine management
- Without this, emit() would just re-queue events instead of executing handlers
Introduces tests to verify EventEmitter's - pause/resume functionality, - event buffering, buffer overflow handling, - buffer clearing, - and selective queue flushing.
- Introduces a dispose() method to the IEventEmitter interface and updates related tests to include this method
- Also fixes a bug where the dispose method was not properly assigned to the filtered emitter.
…entEmitter - Introduces the excludeEvents function to create an EventEmitter that excludes specified events from being forwarded. - Includes corresponding unit tests to verify that excluded events are not emitted on the new emitter.
…formation Introduces the createEventProxy utility to proxy events between two event emitters with support for: - event mapping, - data transformation, - bidirectional proxying, - and priority preservation.
- Add PerformanceTimer interfaces to provide a unified, cross-platform way to accesssed timing. - This replaces the direct import of 'perf_hooks' and ensures compatibility across browser, Node.js, and fallback environments.
…arding - Combine multiple event emitters into a single emitter, forwarding events and errors. - Fix performance now type erasure problem
…d batch operations
…nce, and emit methods
The EventUtils object providing common event utility functions such as: - debounce, - throttle, - rateLimit, - once, - compose, - filter, - map, - catchErrors.
Finalize events and some math classes
hun756
added a commit
that referenced
this pull request
Jun 29, 2025
Merge pull request #2 from pleyfy/dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.