Synchronously block the thread until a future completes
# Cargo.toml
[dependencies]
pollster = "0.4.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Blocks the current thread until the async future completes.
Avoid using block_on inside async functions; use .await instead.
No dependency data recorded yet.