Cargo Features
[dependencies]
async_wrr_queue = { version = "0.1.3", default-features = false, features = ["tokio", "blocking"] }
- default = tokio
-
The
tokio
feature is set by default wheneverasync_wrr_queue
is added without
somewhere in the dependency tree.default-features = false - tokio default
-
Enable tokio async support
Enables tokio
- blocking
-
Use blocking api