Blog Post: Async UI: a Rust UI Library where Everything is a Future

I'm currently developing a UI library centered around async Rust. I wrote a blog post to introduce it: Async UI: a Rust UI Library where Everything is a Future .

8 Likes

This is a very cool idea: could you explain what the integration actually looks like a bit more? Eg what is poll doing to render something, what does returning Ready mean, etc?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.