Something like

Class MyActor : Actor {

receive {

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

}

}

pseudocode....

2012/1/23 Timon Gehr <timon.g...@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?

Reply via email to