A thread pool for isolating blocking I/O in async programs.
# Cargo.toml
[dependencies]
blocking = "1.6.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Wraps a blocking File in Unblock for async-friendly I/O.
Add a runtime dependency like `smol` or `tokio` and run the future with it.
No dependency data recorded yet.