Adding blocking_threadpool library as a dependency
Run this command in a terminal, in your project's directory:
cargo add blocking-threadpool
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
blocking-threadpool = "1.0.3"
The blocking_threadpool library will be automatically available globally.
Read the blocking_threadpool library documentation.