duroxide 0.1.27

Durable code execution framework for Rust
Documentation
1
2
3
4
5
6
7
8
//! Dispatcher implementations for Runtime
//!
//! This module contains the dispatcher logic split into separate concerns:
//! - `orchestration`: Orchestration dispatcher that processes orchestration turns
//! - `worker`: Worker dispatcher that executes activities

mod orchestration;
mod worker;