Crate orkas_core
source ·Expand description
Re-exports
pub use tokio;
pub use model::OrkasConfig;
Modules
- Constants
- Models include data wrapper and type aliases used in the project.
Structs
- A cheap-to-clone handle to interact with the cluster. This cannot control the lifecycle of the background tasks. For that, you need to use the
Orkas
struct. - The main struct of Orkas.
- A codec that uses consecutive bincode to serialize and deserialize messages.
Traits
Functions
- Helper function to construct a pair of stream and sink with codec deserialize to
Envelope
from given pair of reader and writer.