Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce lower bound for sleeps? #16

Open
tillrohrmann opened this issue Jun 13, 2022 · 0 comments
Open

Introduce lower bound for sleeps? #16

tillrohrmann opened this issue Jun 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tillrohrmann
Copy link
Contributor

For very short sleeps it might be more efficient to not suspend the function invocation and simply block the thread that is currently executing the sleep call. This could be an optimization.

@tillrohrmann tillrohrmann added the enhancement New feature or request label Jun 13, 2022
@slinkydeveloper slinkydeveloper transferred this issue from another repository Jan 18, 2023
slinkydeveloper added a commit that referenced this issue Mar 15, 2023
…df6..6616d84

6616d84 Add protocol mode to discovery (#16)

git-subtree-dir: sdk-core-impl/src/main/service-protocol
git-subtree-split: 6616d840f68031c62adf1125356e4156b898d8ea
slinkydeveloper added a commit that referenced this issue Mar 16, 2023
…df6..6616d84

6616d84 Add protocol mode to discovery (#16)

git-subtree-dir: sdk-core-impl/src/main/service-protocol
git-subtree-split: 6616d840f68031c62adf1125356e4156b898d8ea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant