Actor model & D

Ola Fosheim Grostad ola.fosheim.grostad at gmail.com
Sun Nov 12 00:27:42 UTC 2017


On Saturday, 11 November 2017 at 21:47:53 UTC, Dmitry Olshansky 
wrote:
> On Saturday, 11 November 2017 at 20:37:59 UTC, Ola Fosheim
>>
>> That's a library
>
> So what? Should we say that c doesn’t support threads because 
> they are implemented in the library.

Regular C is not a concurrent language.
D is not an actor based language.

Has nothing to do with library features.

>
>> and it does not have much to do with actors, i.e. it does not 
>> ensure that every actor is an independent entity.
>
> What’s not independent about thread? How it doesn’t ensure that?

What is independent about a thread? A process is independent 
(mostly).
How can it ensure that?




More information about the Digitalmars-d mailing list