Expand ↗
Page list (1268)

Concurrency

The simultaneous progress of multiple computational activities. Different traditions formalise concurrency differently: shared-memory + locks (the von Neumann inheritance), message passing (Actor Model, CSP), process algebra (CCS, Pi-Calculus, Mobile Ambients), dataflow, and lattice-monotonic execution (CALM Theorem). The agent-communication line treats concurrency as the default condition: any sufficiently rich multi-agent system is intrinsically concurrent and distributed, so behavioural equivalences (Bisimulation) and protocol monitorability (On the Monitorability of Session Types) are first-class concerns.

In this vault

Backlinks