Async property getters/setters #8859
Unanswered
ekolis
asked this question in
Language Ideas
Replies: 2 comments 3 replies
-
If this happen, it should be the whole property |
Beta Was this translation helpful? Give feedback.
0 replies
-
Properties really shouldn't be used for fallible I/O operations that would necessitate |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since property getters and setters are syntactic sugar for methods, I'd like to be able to declare getters and setters as async:
Beta Was this translation helpful? Give feedback.
All reactions