Cargo Features
integra8_runner has no features set by default.
[dependencies]
integra8_runner = { version = "0.0.4-alpha", features = ["sync", "async", "async-std-runtime", "tokio-runtime"] }
- sync
-
non async scheduling not yet implemented
TODO: Refactor outAffects
executor::Executor
… - async async-std-runtime? tokio-runtime?
- async-std-runtime = async
-
Enables async-std-runtime of integra8_async_runtime and integra8_scheduling
- tokio-runtime = async
-
Enables tokio-runtime of integra8_async_runtime and integra8_scheduling