Cargo Features
[dependencies]
fast-threadpool = { version = "0.3.0", default-features = false, features = ["async"] }
- default = async
-
The
async
feature is set by default wheneverfast-threadpool
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables async and eventual-fairness of flume ^0.10.0
Affects
handler::ThreadPoolAsyncHandler
…