Crate carton_runner_interface
source ·Expand description
This crate contains the interface between a runner and the core library It is very important that no backward-incompatible changes are made within one major version of the runner interface
Each runner is built against one version of this crate. The core library is built against all major versions of this crate
Re-exports
pub use runner::Runner;
Modules
- Utility function to log if a task is taking a long time