🤖 AI Summary
This work addresses the semantics of fork and wait operations in dynamic threading by integrating parameterized algebraic theories with algebraic effects for the first time. It constructs an algebraic theory incorporating atomic actions and establishes a complete equational axiomatization within the model of labeled partial orders (pomsets). Leveraging strong monads and presheaf semantics over functor categories, the study achieves both syntactic and semantic completeness, yielding a denotational semantics that is sound, adequate, and first-order fully abstract. This provides a rigorous theoretical foundation for the formal verification of concurrent programs.
📝 Abstract
We use the theory of algebraic effects to give a complete equational axiomatization for dynamic threads. Our method is based on parameterized algebraic theories, which give a concrete syntax for strong monads on functor categories, and are a convenient framework for names and binding. Our programs are built from the key primitives 'fork' and 'wait'. 'Fork' creates a child thread and passes its name (thread ID) to the parent thread. 'Wait' allows us to wait for given child threads to finish. We provide a parameterized algebraic theory built from fork and wait, together with basic atomic actions and laws such as associativity of 'fork'. Our equational axiomatization is complete in two senses. First, for closed expressions, it completely captures equality of labelled posets (pomsets), an established model of concurrency: model complete. Second, any two open expressions are provably equal if they are equal under all closing substitutions: syntactically complete. The benefit of algebraic effects is that the semantic analysis can focus on the algebraic operations of fork and wait. We then extend the analysis to a simple concurrent programming language by giving operational and denotational semantics. The denotational semantics is built using the methods of parameterized algebraic theories and we show that it is sound, adequate, and fully abstract at first order for labelled-poset observations.