Skip to content
Discussion options

You must be logged in to vote

We have taken a different approach in Verona. The concurrency model we are building in Verona is strictly more powerful than the Actor model. However, it does take a different shape. There is an explanation of it here:

https://github.com/microsoft/verona/blob/master/docs/explore.md#concurrent-ownership

The rest of my comment assumes you have read the link.

A program where every when has a single cown, has the same concurrency as Actor model programming. However, the code is structured differently. Rather than associating the code directly with the cown, we have behaviours, when, which specify what to do. The language can still provide encapsulation, but encapsulation and concurrency are n…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rengolin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants