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

Deprecates LazyRunnable #13336

Merged
merged 2 commits into from
Apr 18, 2023
Merged

Deprecates LazyRunnable #13336

merged 2 commits into from
Apr 18, 2023

Conversation

franz1981
Copy link
Contributor

Motivation:

Type check vs LazyRunnable receive an always-on performance hit for a common operation that users shouldn't pay if they won't use it.

Modifications:

Deprecates LazyRunnable providing a comment to help existing users an alternative mechanism.

Result:

Fixes #13335

Motivation:

Type check vs LazyRunnable receive an always-on performance hit for a common operation that users shouldn't pay if they won't use it.

Modifications:

Deprecates LazyRunnable providing a comment to help
existing users an alternative mechanism.

Result:

Fixes netty#13335
@franz1981 franz1981 self-assigned this Apr 17, 2023
Co-authored-by: Chris Vest <mr.chrisvest@gmail.com>
@chrisvest chrisvest merged commit de876d1 into netty:4.1 Apr 18, 2023
14 checks passed
@chrisvest
Copy link
Contributor

Thanks!

@chrisvest chrisvest added this to the 4.1.92.Final milestone Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecates LazyRunnable
3 participants