Hacker News new | ask | show | jobs
by dwattttt 604 days ago
> FYI you can't poll an async result in a sync context in Rust, either.

Sure you can. Async runtimes in Rust are written in Rust, that's exactly what they do.