@incollection{chs-cafsf-26,
  author = {Dominik Charousset and Raphael Hiesgen and Thomas C. Schmidt},
  editor = {Meseguer, Jose and Varela, Carlos A. and Venkatasubramanian, Nalini},
  title = {The C++ Actor Framework: A Scalable Fundament for Research and Applications},
  booktitle = {Concurrent Programming, Open Systems and Formal Methods: Essays Dedicated to Gul Agha to Celebrate His Scientific Career},
  year = {2026},
  publisher = {Springer Nature Switzerland},
  address = {Cham},
  pages = {144--164},
  abstract = {The C++ Actor Framework (CAF) has evolved from an experimental research project to a mature, production-ready domain specific language in C++. CAF supports type safety and flexible networking, implements the concepts of actor composition and message flows, and serves as a highly efficient fundament for concurrent and distributed applications. It is continuously deployed in research and commercial systems. In this paper, we first present a high-level overview of the framework and then focus on selected applications in security research and performance-critical commercial systems, all of which rely on specific characteristics of CAF.},
  isbn = {978-3-032-05291-9},
  doi = {10.1007/978-3-032-05291-9_6},
  url = {https://doi.org/10.1007/978-3-032-05291-9_6},
  theme = {dip},
}

