|
|
|
|
|
by gpderetta
3547 days ago
|
|
> Just ignored by mainstream like a lot of good stuff for various reasons. ;) This paper introduced Monitors. It was of course hugely influential. Mutex and condition variables, the building blocks of monitors made their way into posix threads and from there into C++11. I believe Java is a much closer realization of Hansen model as every java object is a Monitor. |
|