You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simple case of await, which is to await a single async call that calls back a zero-argument callback, should be simplified to just "await simplecall". In particular, this would allow turtlebits students to write "await done" which makes more sense than "await done defer()".
Should investigate whether the iced parser can be modified cleanly to accomplish this.
The text was updated successfully, but these errors were encountered:
The simple case of await, which is to await a single async call that calls back a zero-argument callback, should be simplified to just "await simplecall". In particular, this would allow turtlebits students to write "await done" which makes more sense than "await done defer()".
Should investigate whether the iced parser can be modified cleanly to accomplish this.
The text was updated successfully, but these errors were encountered: