Cargo Features
any_spawner has no features set by default.
[dependencies]
any_spawner = { version = "0.2.0", features = ["async-executor", "tracing", "tokio", "glib", "wasm-bindgen", "futures-executor"] }
- async-executor
-
Enables async-executor
- tracing
-
Enables tracing
- tokio
-
Enables tokio
- glib
-
Enables glib
- wasm-bindgen
-
Enables wasm-bindgen-futures
- futures-executor
-
Enables executor and thread-pool of futures
any_spawner has 6 features without comments.