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

FR: Make @WithTimeout applicable to classes #2235

Open
wazzeps opened this issue Sep 19, 2024 · 0 comments
Open

FR: Make @WithTimeout applicable to classes #2235

wazzeps opened this issue Sep 19, 2024 · 0 comments

Comments

@wazzeps
Copy link
Contributor

wazzeps commented Sep 19, 2024

Description

At the moment, the @WithTimeout annotation can only be applied to fields.

Often when working with widgets, having the root element ready means that the inner elements will also be ready for interaction.
@WithTimeout annotation is great for reducing the time spent searching for inner elements, but requires application for each field.
It would be nice to have the ability to apply annotations to all widget class fields at once.

@wazzeps wazzeps changed the title FR: Make @WithTimeout applicable to widgets FR: Make @WithTimeout applicable to classes Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant