Multiparty Session Actors
Rumyana Neykova, Nobuko Yoshida

TL;DR
This paper introduces a framework integrating multiparty session types into actor models, enabling verified, safe communication in actor programs with minimal runtime overhead, demonstrated through a Python library and benchmark examples.
Contribution
It presents a novel approach to actor verification using MPST protocols, adding roles and mailboxes, and provides a practical Python implementation with efficient runtime checks.
Findings
Runtime verification incurs negligible overhead.
Framework supports multiple roles per actor for concurrency.
Successfully verified actor interactions in twelve benchmark examples.
Abstract
Actor coordination armoured with a suitable protocol description language has been a pressing problem in the actors community. We study the applicability of multiparty session type (MPST) protocols for verification of actor programs. We incorporate sessions to actors by introducing minimum additions to the model such as the notion of actor roles and protocol mailboxes. The framework uses Scribble, which is a protocol description language based on multiparty session types. Our programming model supports actor-like syntax and runtime verification mechanism guaranteeing communication safety of the participating entities. An actor can implement multiple roles in a similar way as an object can implement multiple interfaces. Multiple roles allow for cooperative inter-concurrency in a single actor. We demonstrate our framework by designing and implementing a session actor library in Python and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
