Concurrent object-oriented programming
Concurrent object-oriented programming is a programming paradigm which combines object-oriented programming (OOP) together with concurrency. 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.
See also
External links
- Concurrent Object-Oriented Programming in Python with ATOM
- Concurrent Object-Oriented Languages and the Inheritance Anomaly
- "Composing Active Objects: The Next 700 Concurrent Object-Oriented Languages". CiteSeerX 10.1.1.91.5009.
This article is issued from Wikipedia - version of the 11/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.