|
|
|
|
|
by stonemetal12
230 days ago
|
|
>One operation can't corrupt another operation's view of state because state is immutable by default. How true is this in practice? I mean on the one hand sure Operation 2 doesn't seem some half modified state from Operation 1. On the other hand Operation 2 now has some stale state and makes the wrong decisions does the wrong thing because it didn't see Operation 1's changes. |
|