Feat: Add simulate_delay functionality#139
Merged
jake-arkinstall merged 3 commits intomainfrom Mar 2, 2026
Merged
Conversation
Collaborator
Author
|
Tested on downstream applications with success. |
This was referenced Mar 2, 2026
jake-arkinstall
pushed a commit
that referenced
this pull request
Mar 2, 2026
🤖 I have created a release *beep* *boop* --- ## [0.2.6](selene-core-v0.2.5...selene-core-v0.2.6) (2026-03-02) ### Features * Add simulate_delay functionality ([#139](#139)) ([cca97fa](cca97fa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
jake-arkinstall
pushed a commit
that referenced
this pull request
Mar 2, 2026
🤖 I have created a release *beep* *boop* --- ## [0.2.12](selene-sim-v0.2.11...selene-sim-v0.2.12) (2026-03-02) ### Features * Add simulate_delay functionality ([#139](#139)) ([cca97fa](cca97fa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Apr 21, 2026
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.
This provides a hook for utility plugins to inform a runtime that a delay has occured due to classical processing. For example, if a call to an external library is known to take a certain amount of time on a real platform, this feature will allow the emulated library to signal to the runtime that some time has gone by. This will further flush timing information to the error model, allowing emulation of idling that takes classical processing into account.