Cargo Features
easy_fuser has no features set by default.
[dependencies]
easy_fuser = { version = "0.2.2", features = ["serial", "parallel", "async", "deadlock_detection"] }
- serial
- parallel deadlock_detection?
-
Enables threadpool
Parallel dependencies
- async
-
Enables async-trait and tokio
- deadlock_detection = parallel
-
Enables parking_lot
Parking lot is only used for deadlock_detection if feature set