Cargo Features
[dependencies]
unknownrori-simple-thread-pool = { version = "0.2.0", default-features = false, features = ["crossbeam", "mpsc"] }
- default = crossbeam
-
The
crossbeam
feature is set by default wheneverunknownrori-simple-thread-pool
is added without
somewhere in the dependency tree.default-features = false - crossbeam default
-
Enables crossbeam-channel
- mpsc
UnknownRori-Simple-Thread-Pool has 3 features without comments.