Cargo Features

Fastimer has no features set by default.

[dependencies]
fastimer = { version = "0.4.0", features = ["driver", "logging", "tokio", "tokio-spawn", "tokio-time"] }
driver

Enables atomic-waker, crossbeam-queue, and parking

Affects fastimer::driver

logging

Enables log

tokio = tokio-spawn, tokio-time
tokio-spawn tokio?

Enables rt-multi-thread of tokio

Affects fastimer::tokio

tokio-time tokio?

Enables time of tokio

Affects fastimer::tokio