actors library?

Xan xan xancorreu at gmail.com
Tue Jan 24 01:14:29 PST 2012


Something like

Class MyActor : Actor {

receive {

case i int: writeln("Received integer: ", i)

}

}

pseudocode....

2012/1/23 Timon Gehr <timon.gehr at gmx.ch>:
> On 01/23/2012 08:01 PM, Xan xan wrote:
>>
>> Hi.
>>
>> Is there any actors library in D. Spawn and etc is ok, but I want more
>> high-level thing and actors it's the best I get, I think.
>> I searched and nothing.
>>
>> I'm interested in D 2.0 or 1.0. Whatever!
>>
>> Thanks in advace,
>> Xan.
>
>
> std.concurrency is an actors library.
> What exactly do you mean when you say more high-level?


More information about the Digitalmars-d-learn mailing list