View Blueprint
Concepts
Topics
Generator
Releases
About this skill
Good to Know
Everything moves in rounds
All active nodes run together, then wait for each other before the next round starts. That barrier is the heartbeat of the engine.
The slowest branch sets the pace
Parallel paths re-sync every round - a long chain next to a short one makes the short one wait. Keep sequential work consolidated.
State lands between rounds
Updates queue up during a round and commit at the barrier, so concurrent nodes never race each other.
✓ Every name on this page exists in the real MAF v1.10-v1.20 assemblies, and every C# sample was compiled against them.
The Building Blocks: executors, messages, edges
Executors are the nodes, edges are the paths, and messages travel along them.
Node Title
Select an architecture node in the diagram to inspect its execution properties, state rules, and API interfaces.
Click anywhere, or press Esc, to close.
Loading...