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
Bearing in mind that I have no idea what I'm talking about, could this somehow be used to make a visual tool for learning async Rust? I'm thinking the learner creates a future, and can then visually inspect how it behaves.
Is there any merit to this idea, or is it nonsense?
The text was updated successfully, but these errors were encountered:
Something like that could work. Being based on async Rust, Async UI can be incorporated into existing async programs pretty easily. You could do something like make a box appear when an async function is running and disappear when it is done without too much effort.
The hard part, however, is designing and implementing the actual UI. How do you visualize async code? Async UI doesn't have the tool to do complex visualization like drawing graphs yet.
Bearing in mind that I have no idea what I'm talking about, could this somehow be used to make a visual tool for learning async Rust? I'm thinking the learner creates a future, and can then visually inspect how it behaves.
Is there any merit to this idea, or is it nonsense?
The text was updated successfully, but these errors were encountered: