Execution Model
How Distributed Async Await works
The Execution Model lays out the algorithms, protocols, and object specifications that make Distributed Async Await work at a Platform Level.
📄️ Coordination Protocol
The Distributed Coordination Protocol is responsible for the coordination of distributed function executions.
📄️ Recovery Protocol
The Distributed Recovery Protocol is responsible for the detection and recovery of crash failures.
📄️ Message Passing
The Message Passing Protocol defines the communication between components in Distributed Async Await.