Architecture Reference
v3.2 | .net| Property | Value | Notes |
|---|---|---|
| Concurrency Model | Actor-based message passing | CSP-inspired |
| Max Threads | Configurable (default: CPU count) | Scales linearly to 256 |
| Supported Platforms | Linux, macOS, Windows, WASM | Tier 1 support |
| API Style | Declarative DSL + imperative SDK | Python, Rust, JS bindings |
| Determinism | Optional deterministic scheduling | Reproducible simulations |
| State Management | Event-sourced with snapshots | Configurable intervals |
| Networking | Built-in cluster support | TCP/UDP, mDNS discovery |
| License | Apache 2.0 | Open source |