Glossary coding Term Page
block_on
"wait here until this one future finishes"
Core Idea
block_on is "wait here until this one future finishes". It usually makes the most sense alongside tokio::main.
Why It Matters Here
Mathbong reuses this term across rust posts as shared vocabulary.