Adding nio_threadpool library as a dependency

Run this command in a terminal, in your project's directory:

cargo add nio-threadpool

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

nio-threadpool = "0.1.0"

The nio_threadpool library will be automatically available globally. Read the nio_threadpool library documentation.

Back to the crate overview.