Glossary coding Term Page
tokio::main
"start a real async runtime that can manage many futures"
Core Idea
tokio::main is "start a real async runtime that can manage many futures". It usually makes the most sense alongside block_on.
Why It Matters Here
Mathbong reuses this term across rust posts as shared vocabulary.