Cargo Features

any_spawner has no features set by default.

[dependencies]
any_spawner = { version = "0.1.0", features = ["tracing", "tokio", "glib", "wasm-bindgen", "futures-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 5 features without comments.