While messages are processed sequentially within a single actor, Kameo allows for concurrent processing across multiple actors.
which is justified via
This [sequential processing] model also ensures that messages are processed in the order they are received, which can be critical for maintaining consistency and correctness in certain applications.
I agree to this and it gives the library a well defined use.
This limitation is common to most implementations of the actor model. In fact, I think a lot of people would consider it a feature, not a limitation because it allows you to reason about your concurrent behavior in a more straightforward way.
Not yet, however I hope to answer with yes soon. I'm using kameo heavily in a startup I'm building (oddselite.app). Hopefully will be released shortly for this to be a yes. But as of now, it's still quite a new library and the API has gone through many breaking changes to get where its at now
qwertox|1 year ago
There's a limitation mentioned in the docs:
which is justified via I agree to this and it gives the library a well defined use.Docs and examples are well made.
zackangelo|1 year ago
tqwewe|1 year ago
rad_gruchalski|1 year ago
It’s a feature.
tqwewe|1 year ago