Cargo Features
[dependencies]
async-fd-lock = { version = "0.2.0", default-features = false, features = ["async"] }
- default = async
-
The
async
feature is set by default wheneverasync-fd-lock
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables tokio
Affects
async-fd-lock::nonblocking
…