Cargo Features
[dependencies]
ncomm-executors = { version = "1.1.4", default-features = false, features = ["nostd", "std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverncomm-executors
is added without
somewhere in the dependency tree.default-features = false - nostd alloc?
-
Enables nostd of ncomm-core
- std default
-
Enables crossbeam, quanta and threadpool, std of ncomm-core
Affects
ncomm-executors::simple_executor
,ncomm-executors::threadpool_executor
,ncomm-executors::threaded_executor
… - alloc = nostd
-
Enables alloc of ncomm-core