1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/sobjectizer/pkg-descr
Alexey Dokuchaev 2f3b240570 devel/sobjectizer: new port had been added (+)
SObjectizer is one of the cross-platform and open-source actor frameworks
for C++, yet it supports not only Actor Model, but also Publish-Subscribe
Model and CSP-like channels.  The goal of SObjectizer is to significantly
simplify development of concurrent and multithreaded applications in C++.

WWW: https://stiffstream.com/en/products/sobjectizer.html
2021-05-27 18:32:59 +00:00

13 lines
665 B
Plaintext

SObjectizer is one of the cross-platform and open-source actor frameworks
for C++, yet it supports not only Actor Model, but also Publish-Subscribe
Model and CSP-like channels. The goal of SObjectizer is to significantly
simplify development of concurrent and multithreaded applications in C++.
SObjectizer allows to create a concurrent application as a set of agent-
objects which interact with each other through asynchronous messages.
It handles message dispatching and provides a working context for message
processing, and allows to tune those things by supplying various ready-
to-use dispatchers.
WWW: https://stiffstream.com/en/products/sobjectizer.html