Hacker News new | ask | show | jobs
by steveklabnik 1915 days ago
(To be clear, block_on is not in the Rust standard library.)
1 comments

ah, darn, thanks!

So for anyone reading for the correct details: the block_on I was thinking of is part of the futures crate, which is not in std, it's not an "official library".

It's all good! It was proposed, but decided to have an RFC first. Your point is still correct, just wanted to make sure to clarify this detail :)