A note on activities, protocols and communication
Monday, September 6th, 2010The purpose of this post is to explain by example the concurrency model in Zonnon. The description of this model one can find in the Zonnon Language report. The primary building block for concurrency is activities. Activities are used both for adding behavior to objects and for implementing interobject communication. Syntactically activities resemble procedures and […]