Concurrency
Concurrency
Section titled “Concurrency”The Concurrency model in Entropy is built around the concept of Work Contracts and Work Graphs.
Key Concepts
Section titled “Key Concepts”- Work Contracts: A lock-free mechanism for producer-consumer signaling.
- Work Graphs: Defining dependencies between tasks to allow parallel execution.
- Work Service: The runtime that executes the graph.