Glossary coding Term Page

block_on

"wait here until this one future finishes"

block-on #coding#rust
Korean version

Related Concepts

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.

Posts Mentioning This Concept