|
|
|
|
|
by macspoofing
474 days ago
|
|
>So your solution to the the insanity that is the threading model was to reinvent the process model in it... Where did you get that? Immutability does not mean replicating the 'process model'. It means removing (limiting) an entire class of bugs from your multithreaded code. There will still be shared areas - and those should be controlled. |
|