A simple, inefficient Future executor that spins until completion.
# Cargo.toml
[dependencies]
spin_on = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Block on an async future by busy-waiting.
Use a proper async runtime like tokio or async-std.
No dependency data recorded yet.