-
Notifications
You must be signed in to change notification settings - Fork 0
Implement while(co_await next_frame) support #85
Copy link
Copy link
Open
Labels
C++ Script APIFeatureNew feature or requestNew feature or requestGood practiceIndicates a proposed change that would be seen as good practiceIndicates a proposed change that would be seen as good practiceIdeaIdeas, concepts, etc. (for features without a clear scope yet)Ideas, concepts, etc. (for features without a clear scope yet)module: engineFor features that involve the `engine` module. (optional)For features that involve the `engine` module. (optional)
Metadata
Metadata
Assignees
Labels
C++ Script APIFeatureNew feature or requestNew feature or requestGood practiceIndicates a proposed change that would be seen as good practiceIndicates a proposed change that would be seen as good practiceIdeaIdeas, concepts, etc. (for features without a clear scope yet)Ideas, concepts, etc. (for features without a clear scope yet)module: engineFor features that involve the `engine` module. (optional)For features that involve the `engine` module. (optional)
Writing
co_awaitwith an empty initializer list{}ornext_frameshould be made to supply atrueBoolean value on coroutine resume.This would enable programming patterns like: