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