并发面向对象编程是一种编程范式,它将面向对象编程(OOP)和并发性结合了起来。尽管很多编程语言,比如Java语言,将OOP结合于并发机制比如线程;而术语“并发面向对象编程”,主要指称的是其中对象自身是并发性的本原(primitive)的系统,比如将对象结合于演员模型的时候。
参见
*
外部链接
- [https://web.archive.org/web/20131001200403/http://www.python.org/workshops/1997-10/proceedings/atom/atom.html Concurrent Object-Oriented Programming in Python with ATOM]
- [http://people.cs.vt.edu/~kafura/PreviousPapers/coop-isipcala93.pdf Concurrent Object-Oriented Languages and the Inheritance Anomaly]
*
评论 (0)