Cargo Features

asyncs has no features set by default.

[dependencies]
asyncs = { version = "0.3.0", features = ["test", "tokio", "smol", "async-global-executor", "spawns-compat"] }
test = asyncs-test, spawns-compat

For tests

Enables executor of spawns

tokio

For binary crates

Enables tokio of spawns

smol

Enables smol of spawns

async-global-executor

Enables async-global-executor of spawns

spawns-compat test?

For doc inline of "spawns-core/compat"

Enables compat of spawns-core

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

asyncs-test test?
spawns async-global-executor? smol? test? tokio?