Concurrent object-oriented programming
Appearance
Concurrent object-oriented programming is a programming paradigm which combines object-oriented programming (OOP) together with concurrency, in which many computations are executing simultaneously. While numerous programming languages, such as Java, combine OOP with concurrency mechanisms like threads, the phrase "concurrent object-oriented programming" primarily refers to systems where objects themselves are a concurrency primitive, such as when objects are combined with the actor model.
External links
- Concurrent Object-Oriented Programming in Python with ATOM
- Concurrent Ob ject-Oriented Languages and the Inheritance Anomaly
- [citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.91.5009.pdf Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages]