barley-runtime 0.6.0

The Barley runtime
Documentation
1
2
3
4
5
6
7
8
9
10
pub use std::sync::Arc;
pub use tokio::sync::RwLock;
pub use async_trait::async_trait;
pub use crate::{
  Action, Runtime, ActionError,
  ContextCallbacks, ActionOutput,
  ActionInput, ActionObject,
  RuntimeBuilder, Probe,
  Operation
};