|
|
|
|
|
by kazinator
3727 days ago
|
|
That's a big down side of a framework for asynchronous message passing (object-oriented or not). E.g. "Flow based programming". Message passing OOP doesn't necessarily imply that type of message passing. That is to say, the "send" call doesn't have to return until the target object has processed the message. |
|
I think that obscures the better parts of the OOP view quite a bit.