|
|
|
|
|
by vacuity
794 days ago
|
|
I find it unfortunate, since I think async should be the default model for communication. Similar to message passing with shared memory as an optimization, I wonder if async messaging with sync messaging as an optimization is feasible. Async in general does make reasoning about the program more difficult. |
|
Sync seems to require very responsive receivers, which is a desired property anyway, so maybe the downside isn't that great.